Approval

Check if approval is required

Check if an approval is required for the specified NRN, entity, action, and dimensions.

get/approval/required

Query parameters

nrnstring required

Specifies the resource (application, scope, etc.) that requires approval.

Note: This follows a hierarchical structure, meaning if approvals are set at the namespace level, all applications and scopes within that namespace will inherit the rule.

entity'deployment' | 'scope' | 'service:action' | 'parameter' | 'action_item' required

The entity that requires approval.

Example:deployment

The entity that requires approval.

action'deployment:create' | 'scope:create' | 'scope:recreate' | 'scope:write' | 'scope:delete' | 'scope:stop' | 'service:action:create' | 'parameter:read-secrets' | 'action_item:resolve' | 'action_item:defer' | 'action_item:reject' required

The action that requires approval.

Example:deployment:create

The action that requires approval.

dimensionsstring

Specify the dimensions you have configured.You can include multiple key-value pairs, separated by commas

Response

Returns whether approval is required for the specified parameters.

requiredboolean required

true when an approval will be required for these parameters, false otherwise.

Example response

{
  "required": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.