Argo CD · Example Payload

Argo Cd V1Alpha1 Host Resource Info Example

Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

Argo Cd V1Alpha1 Host Resource Info Example is an example object payload from Argo CD, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

capacityrequestedByApprequestedByNeighborsresourceName

Example Payload

Raw ↑
{
  "capacity": 181,
  "requestedByApp": 812,
  "requestedByNeighbors": 105,
  "resourceName": "my-application"
}