Skip to main content
Infrastructure/Assets

ListK8SClusterHosting

List hosting records for all K8s clusters discovered on a Zaku platform.

GET/api/v1/asset-links/hosting/k8s-clusters

Operation ID

ListK8SClusterHosting

Since

1.1.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Query Parameters

  • platformUuid
    String

    Platform UUID used to filter the results

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    Collection of result items

    Example: (nested array)

    • platformUuid
      String

      Platform uuid for this resource

      Example: value

    • clusterId
      String

      Cluster id for this resource

      Example: 10

    • clusterUuid
      String

      Cluster uuid for this resource

      Example: value

    • clusterName
      String

      Cluster name for this resource

      Example: value

    • hostingRegionUuid
      String

      Hosting region uuid for this resource

      Example: value

    • hostingZoneUuid
      String

      Hosting zone uuid for this resource

      Example: value

    • hostingPlatformUuid
      String

      Hosting platform uuid for this resource

      Example: value

    • sourceDetection
      String

      Source detection for this resource

      Example: value

    • hostingConfidence
      Long

      Confidence score of the inferred hosting relationship

      Example: 0.85

    • hostingDetails
      String

      Hosting details for this resource

      Example: value

  • total
    Integer

    Total for this resource

    Example: 10

  • limit
    Integer

    Limit for this resource

    Example: 10

  • offset
    Integer

    Offset for this resource

    Example: 10