clusters

List node pools

get/api/v1/orgs/{orgId}/clusters/{id}/nodepools

Path parameters

orgIdinteger required

Organization identifier

idinteger required

Cluster identifier

Response

Node pool list

Example response

[
  {
    "labels": {
      "example.io/label1": "value1"
    },
    "autoscaling": {
      "minSize": 1,
      "maxSize": 5
    },
    "volumeEncryption": {
      "enabled": true,
      "encryptionKeyARN": "arn:aws:kms:<REGION>:000000000000:key/00000000-0000-0000-0000-000000000000"
    },
    "volumeSize": 50,
    "volumeType": "gp3",
    "instanceType": "m4.xlarge",
    "image": "ami-06d1667f",
    "spotPrice": "0.2",
    "subnetId": "subnet-xxxxxxxxxxxxxx",
    "securityGroups": [
      "sg-00000xxxx0000xxx1",
      "sg-00000xxxx0000xxx2"
    ],
    "status": "ERROR",
    "statusMessage": "Creating node pool failed: the specified volume size is invalid."
  }
]

Changes

Changed in 12 of the 50 revisions of this API.613

    • the //////////// response's property type changed from no type to object for status

      response-property-type-changed

    • the //////////// response's property type changed from no type to object for status

      response-property-type-changed

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed from the //// response property oneOf list for the response status

      response-property-one-of-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added to the //// response property oneOf list for the response status

      response-property-one-of-added

    • added the optional property ///////////// to the response with the status

      response-optional-property-added

    • added the optional property ///////////// to the response with the status

      response-optional-property-added

    • added the optional property ///////////// to the response with the status

      response-optional-property-added

    • added the optional property ///////////// to the response with the status

      response-optional-property-added

    • added the optional property ///////////// to the response with the status

      response-optional-property-added

    • added the optional property ///////////// to the response with the status

      response-optional-property-added

    • added the optional property ///////////// to the response with the status

      response-optional-property-added

    • added the optional property ///////////// to the response with the status

      response-optional-property-added

    • added to the response property oneOf list for the response status

      response-property-one-of-added

  • c97e9cf08df112See the full diff
    • the response's property type changed from no type to object for status

      response-property-type-changed

    • added to the response property allOf list for the response status

      response-property-all-of-added

    • removed from the response property oneOf list for the response status

      response-property-one-of-removed

    • added the optional property ///////// to the response with the status

      response-optional-property-added