Skip to main content

Get availability tier information

GET 

/api/v1/availability/tiers/:tierId

Get availability tier information

Request

Path Parameters

    tierId stringrequired

    Tier Id

Header Parameters

    X-API-KEY stringrequired

    API Key

Responses

OK

Schema

    data

    object

    container

    object

    maxSize integerrequired

    Possible values: >= 1

    maxSize is the maximum number of replicas.

    minSize integerrequired

    Possible values: >= 1

    minSize is the minimum number of replicas.

    horizontalAutoScaling

    object

    cpuUtilizationPercentage integerrequired

    Possible values: <= 100

    cpuUtilizationPercentage is the target CPU utilization percentage.

    enabled booleanrequired

    enabled is the flag to enable or disable the horizontal pod autoscaler.

    maxReplicas integerrequired

    Possible values: >= 1

    maxReplicas is the maximum number of replicas.

    memoryUtilizationPercentage integerrequired

    Possible values: >= 20 and <= 100

    memoryUtilizationPercentage is the target memory utilization percentage.

    minReplicas integerrequired

    Possible values: >= 1

    minReplicas is the minimum number of replicas.

    id string
    multiZoneDeployment boolean
    name string
    orgId string
    placementPreference string

    Possible values: [soft, hard]

    priorityLevel string

    Possible values: [critical, high, low]

    resources

    object

    cpu

    object

    required

    CPU (millicore) represents the CPU resource requirements, including minimum and maximum limits.

    maximum stringrequired

    maximum is the maximum amount of the resource.

    minimum stringrequired

    minimum is the minimum amount of the resource.

    memory

    object

    required

    memory represents the memory resource requirements, including minimum and maximum limits. Default unit is Gi.

    maximum stringrequired

    maximum is the maximum amount of the resource.

    minimum stringrequired

    minimum is the minimum amount of the resource.

    verticalAutoScaling

    object

    enabled booleanrequired

    enabled is the flag to enable or disable the vertical pod autoscaler.

    id string
    message string
    status string
Loading...