コンテンツにスキップ

Inspect the active provisioning executor.

GET
/api/admin/platform/control-plane/provisioning-authority
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/platform/control-plane/provisioning-authority \
--header 'Authorization: Bearer <token>'

Returns secret-free Automatic provisioning capability and token ownership metadata for the environment. When Control cannot execute automatically, setup_operator is reported as the executor for canonical Control DB operations.

Provisioning authority status.

Media type application/json
object
authority
required
object
automaticProvisioningEnabled
required
boolean
tokenOwnership
required
string
Allowed values: none user account
capabilityState
required
string
Allowed values: disabled pending ready blocked
automaticExecutionAvailable
required
boolean
activeExecutor
required
string
Allowed values: control setup_operator
key
additional properties
key
additional properties
Example
{
"authority": {
"tokenOwnership": "none",
"capabilityState": "disabled",
"activeExecutor": "control"
}
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}

Error response.

Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{
"error": "example",
"message": "example",
"error_description": "example"
}