Request Termination

Quick Navigation

POST ManagedAccounts/{managedAccountID}/Requests/Terminate

Purpose

Terminates all active requests by managed account ID.

Required Permissions

Password Safe API Global Quarantine (Read/Write).

URL Parameters

managedAccountID: ID of the managed account.

Request Body

Content-Type: application/json

{
    Reason : string
}

Request Body Details

Reason: (optional) A reason or comment why the requests are being terminated. Max string length is 1000.

Response Body

None.

Response Codes

204 – Termination successful. No content in body.

For more information, please see Common Response Codes.

POST ManagedSystems/{managedSystemID}/Requests/Terminate

Purpose

Terminates all active requests by managed system ID.

Required Permissions

Password Safe API Global Quarantine (Read/Write).

URL Parameters

managedSystemID: ID of the managed system.

Request Body

Content-Type: application/json

{
    Reason : string
}

Request Body Details

Reason: (optional) A reason or comment why the requests are being terminated. Max string length is 1000.

Response Body

None.

Response Codes

204 – Termination successful. No content in body.

For more information, please see Common Response Codes.

POST Users/{userID}/Requests/Terminate

Purpose

Terminates all active requests by requestor user ID.

Required Permissions

Password Safe API Global Quarantine (Read/Write).

URL Parameters

userID: ID of the requestor user.

Request Body

Content-Type: application/json

{
    Reason : string
}

Request Body Details

Reason: (optional) A reason or comment why the requests are being terminated. Max string length is 1000.

Response Body

None.

Response Codes

204 – Termination successful. No content in body.

For more information, please see Common Response Codes.