GetNodePoolOptions

get

/20180222/nodePoolOptions/{node_pool_option_id}

Get options available for node pools.

Request

Supported Media Types
Path Parameters
Query Parameters
Header Parameters
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Back to Top

Response

Supported Media Types

200 Response

The node pool options.
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : NodePoolOptions
Type: object
Options for creating or updating node pools.
Show Source
Nested Schema : images
Type: array
Deprecated. See sources. When creating a node pool using the CreateNodePoolDetails object, only image names contained in this property can be passed to the nodeImageName property.
Show Source
Nested Schema : kubernetesVersions
Type: array
Available Kubernetes versions.
Show Source
Nested Schema : shapes
Type: array
Available shapes for nodes.
Show Source
Nested Schema : sources
Type: array
Available source of the node.
Show Source
Nested Schema : NodeSourceOption
Type: object
Discriminator: sourceType
The source option for the node.
Show Source
  • Minimum Length: 1
    Maximum Length: 255
    The user-friendly name of the entity corresponding to the OCID.
  • Allowed Values: [ "IMAGE" ]
    The source type of this option. IMAGE means the OCID is of an image.

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

429 Response

Too Many Requests
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source

Default Response

An error has occurred.
Headers
  • Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Body ()
Root Schema : Error
Type: object
The properties that define an error.
Show Source
Back to Top