Post /relocation/api/wo/execute Plan

Post /relocation/api/wo/execute Plan

Create service instance

Request
URI
POST
https://{api_host}/relocation/api/wo/execute-plan
COPY
Request Body
Optional
{
    "failureMessage": "string",
    "planLink": "string",
    "taskInfo": {
        "durationMicros": 0,
        "failure": {
            "details": [
                "string"
            ],
            "message": "string",
            "messageId": "string",
            "stackTrace": [
                "string"
            ],
            "statusCode": 0
        },
        "isDirect": false,
        "stage": "string"
    },
    "tenantLink": "string"
}
string
failureMessage
Optional

failureMessage

string
planLink
Optional

planLink

taskInfo
Optional

taskInfo

string
tenantLink
Optional

Link to a tenant

Authentication
This operation uses the following authentication methods.
Responses
200

Success

{
    "failureMessage": "string",
    "planLink": "string",
    "taskInfo": {
        "durationMicros": 0,
        "failure": {
            "details": [
                "string"
            ],
            "message": "string",
            "messageId": "string",
            "stackTrace": [
                "string"
            ],
            "statusCode": 0
        },
        "isDirect": false,
        "stage": "string"
    },
    "tenantLink": "string"
}
string
failureMessage
Optional

failureMessage

string
planLink
Optional

planLink

taskInfo
Optional

taskInfo

string
tenantLink
Optional

Link to a tenant