Action Deployment Request

Action Deployment Request

Cancel can be submitted on In-progress requests and Dismiss can be submitted on Failed requests.

Request
URI
POST
https://{api_host}/deployment/api/requests/{requestId}
COPY
Path Parameters
string
requestId
Required

requestId

Query Parameters
string
action
Required

action

Possible values are : cancel, dismiss,

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' https://{api_host}/deployment/api/requests/{requestId}