Patch Request Broker State

Patch Request Broker State

Only Solution users, Container admins, and System admins can patch RequestBrokerStates.

Request
URI
PATCH
https://{api_host}/container-service/api/requests/{id}
COPY
Path Parameters
string
id
Required

The id of the RequestBrokerState


Request Body

The patch of the RequestBrokerState

RequestBrokerState of type(s) application/json
Required
{
    "documentExpirationTimeMicros": "string",
    "requestTrackerLink": "string",
    "documentUpdateTimeMicros": "string",
    "serviceTaskCallback": {
        "taskStageFailed": "string",
        "taskStageComplete": "string",
        "serviceSelfLink": "string"
    },
    "documentSelfLink": "string",
    "groupResourcePlacementLink": "string",
    "resourceDescriptionLink": "string",
    "resourceCount": 0,
    "resourceLinks": [
        "string"
    ],
    "tenantLinks": [
        "string"
    ],
    "taskInfo": {
        "stage": "string",
        "failure": {
            "documentKind": "string",
            "errorCode": 0,
            "stackTrace": [
                "string"
            ],
            "message": "string",
            "statusCode": 0
        },
        "isDirect": false
    },
    "operation": "string",
    "taskSubStage": "string",
    "resourceType": "string"
}
string
documentExpirationTimeMicros
Optional

documentExpirationTimeMicros

string
requestTrackerLink
Optional

requestTrackerLink

string
documentUpdateTimeMicros
Optional

documentUpdateTimeMicros

serviceTaskCallback
Optional

serviceTaskCallback

object
customProperties
Optional

customProperties

string
documentSelfLink
Optional

documentSelfLink

string
groupResourcePlacementLink
Optional

groupResourcePlacementLink

string
resourceDescriptionLink
Optional

resourceDescriptionLink

integer As int64 As int64
resourceCount
Optional

resourceCount

array of string
resourceLinks
Optional

resourceLinks

array of string
tenantLinks
Optional

tenantLinks

taskInfo
Optional

taskInfo

string
operation
Optional

operation

string
taskSubStage
Optional

taskSubStage

string
resourceType
Optional

resourceType

Responses
200
Operation doesn't return any data structure