Get addon details.
get
/20180222/clusters/{cluster_id}/addons/{addon_name}
Get the specified addon for a cluster.
Request
Supported Media Types
- application/json
Path Parameters
-
addonName(required): string
The name of the addon.
-
clusterId(required): string
The OCID of the cluster.
Header Parameters
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. Provide this request OCID if you need to contact Oracle about this request.
Response
Supported Media Types
- application/json
200 Response
Addon details.
Headers
-
etag: string
For optimistic concurrency control. See `if-match`.
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Addon
Type:
object
The properties that define an addon.
Show Source
-
addonError:
object AddonError
The error info of the addon.
-
configurations:
array configurations
Addon configuration details.
-
currentInstalledVersion:
string
current installed version of the addonExample:
x.y.z
-
lifecycleState(required):
string
Allowed Values:
[ "CREATING", "ACTIVE", "DELETING", "DELETED", "UPDATING", "NEEDS_ATTENTION", "FAILED" ]
The state of the addon.Example:UPDATING
-
name(required):
string
The name of the addon.Example:
flannel
-
timeCreated:
string(date-time)
The time the cluster was created.Example:
2017-07-21T16:11:29Z
-
version:
string
selected addon version, or null indicates autoUpdateExample:
x.y.z
Nested Schema : AddonError
Type:
object
The error info of the addon.
Show Source
-
code:
string
A short error code that defines the upstream error, meant for programmatic parsing. See [API Errors](https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm).Example:
LimitExceeded
-
message:
string
A human-readable error string of the upstream error.Example:
error validating payload
-
status:
string
The status of the HTTP response encountered in the upstream error.Example:
429
Nested Schema : configurations
Type:
array
Addon configuration details.
Show Source
-
Array of:
object AddonConfiguration
Defines the configuration of available addons for a cluster
Nested Schema : AddonConfiguration
Type:
object
Defines the configuration of available addons for a cluster
Show Source
-
key:
string
Minimum Length:
1
Maximum Length:255
configuration key nameExample:foo
-
value:
string
Minimum Length:
1
Maximum Length:255
configuration value nameExample:bar
401 Response
Unauthorized
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
object
The properties that define an error.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing. See [API Errors](https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm).
-
message(required):
string
A human-readable error string.
404 Response
Not Found
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
object
The properties that define an error.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing. See [API Errors](https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm).
-
message(required):
string
A human-readable error string.
429 Response
Too Many Requests
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
object
The properties that define an error.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing. See [API Errors](https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm).
-
message(required):
string
A human-readable error string.
500 Response
Internal Server Error
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
object
The properties that define an error.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing. See [API Errors](https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm).
-
message(required):
string
A human-readable error string.
Default Response
An error has occurred.
Headers
-
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Root Schema : Error
Type:
object
The properties that define an error.
Show Source
-
code(required):
string
A short error code that defines the error, meant for programmatic parsing. See [API Errors](https://docs.us-phoenix-1.oraclecloud.com/Content/API/References/apierrors.htm).
-
message(required):
string
A human-readable error string.