Retrieve a policy amendment intent

Retrieves a policy_amendment_intent object.

Authentication

AuthorizationBearer
Authorization header using the Bearer scheme

Path parameters

policy_idstringRequiredformat: "p_.+"
policy_amendment_intent_idstringRequiredformat: "pai_.+"

Response

OK
idstringformat: "pai_.+"

Unique identifier for the policy amendment intent. Prefixed with pai_.

policy_idstringformat: "p_.+"

The policy ID for which the amendment is requested. Prefixed with p_.

statusenum
Current status of the policy amendment intent.
amendment_reasonobject
The reason for the policy amendment.
requested_changeslist of objects
List of requested changes to the policy.
objectstring or null
Object type identifier.
required_actionobject or null

Information about the required action if the intent status is action_required.

pending_confirmationobject or null

Information about the pending confirmation if the intent status is pending_confirmation.

processing_errorobject or null

Information about the processing error if the intent status is processing_error.

Errors