Put /relocation/api/wo/execute Deployment/ {id}
Replace current state with the body of the request
Request
URI
PUT
https://{api_host}/relocation/api/wo/execute-deployment/{id}
COPY
Path Parameters
string
id
Required
id
Request Body
DeploymentExecutionState of type(s) application/json
Optional
{
"deploymentLink": "string",
"executionId": "string",
"failureMessage": "string",
"taskInfo": {
"durationMicros": 0,
"failure": {
"details": [
"string"
],
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0
},
"isDirect": false,
"stage": "string"
},
"tenantLink": "string",
"documentSelfLink": "string"
}
string
deploymentLink
Optional
deploymentLink
string
executionId
Optional
executionId
string
failureMessage
Optional
failureMessage
string
tenantLink
Optional
Link to a tenant
string
documentSelfLink
Optional
documentSelfLink
Responses
200
Success
Returns DeploymentExecutionState of type(s) application/json
{
"deploymentLink": "string",
"executionId": "string",
"failureMessage": "string",
"taskInfo": {
"durationMicros": 0,
"failure": {
"details": [
"string"
],
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0
},
"isDirect": false,
"stage": "string"
},
"tenantLink": "string",
"documentSelfLink": "string"
}
string
deploymentLink
Optional
deploymentLink
string
executionId
Optional
executionId
string
failureMessage
Optional
failureMessage
string
tenantLink
Optional
Link to a tenant
string
documentSelfLink
Optional
documentSelfLink
404
Error
Returns ServiceErrorResponse of type(s) application/json
{
"details": [
"string"
],
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0
}
array of string
details
Optional
details
string
message
Optional
message
string
messageId
Optional
messageId
array of string
stackTrace
Optional
stackTrace
integer As int64 As int64
statusCode
Optional
statusCode
On This Page
/relocation/api/wo/execute Deployment Operations
DELETE
Delete /relocation/api/wo/execute Deployment/ {id}
GET
Get /relocation/api/wo/execute Deployment/ {id}
PATCH
Patch /relocation/api/wo/execute Deployment/ {id}
PUT
Put /relocation/api/wo/execute Deployment/ {id}