Detect and Respond Response Policies
Returns an array of Response Policies.
List of Requested Response Policies
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Creates a response policy from the data that's been supplied.
Response Policy Create or Update Config
Requested Response Policy
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Fetches a specific response policy from the ID supplied in the path.
The ID of the response policy to be returned.
Requested Response Policy
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Update a response policy given the provided object. This does not do a diff. You must send the complete object.
The ID of the response policy to be updated
Response Policy Create or Update Config
Requested Response Policy
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Deletes a response policy
The ID of the response policy to be deleted
An empty array
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
No content
Enables a response policy
The ID of the response policy to be enabled
Requested Response Policy
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Disables a response policy
The ID of the response policy to be disabled
Requested Response Policy
Bad Request. Typically due to a malformatted JSON body, or parameter values are not validating.
Access token is missing or invalid
Access is forbidden
Unknown Error Occurred
Last updated