client.clusters.list_kubernetes_deployment_stats

A method of the Clusters endpoint.

list_kubernetes_deployment_stats(id: int) ListResponse

Get stats about deployments associated with a Kubernetes Cluster

API URL: GET /clusters/kubernetes/{id}/deployment_stats

import civis
client = civis.APIClient()
response = client.clusters.list_kubernetes_deployment_stats(...)
Parameters:
idint

The ID of this cluster.

Returns:
civis.ListResponse
  • base_typestr

    The base type of this deployment

  • statestr

    State of the deployment

  • countint

    Number of deployments of base type and state

  • total_cpuint

    Total amount of CPU in millicores for deployments of base type and state

  • total_memoryint

    Total amount of Memory in megabytes for deployments of base type and state