Patch Container Host Data Collection State
Patches a ContainerHostDataCollectionState.
Request
URI
PATCH
https://{api_host}/container-service/api/resources/hosts-data-collections/{id}
COPY
Path Parameters
string
id
Required
The id of the ContainerHostDataCollectionState
Request Body
The patch of the ContainerHostDataCollectionState
ContainerHostDataCollectionState of type(s) application/json
Required
{
"documentExpirationTimeMicros": "string",
"createOrUpdateHost": false,
"skipRunCount": 0,
"documentSelfLink": "string",
"lastRunTimeMicros": 0,
"tenantLinks": [
"string"
],
"computeContainerHostLinks": [
"string"
],
"noHostOperation": false,
"remove": false,
"documentUpdateTimeMicros": "string"
}
string
documentExpirationTimeMicros
Optional
documentExpirationTimeMicros
boolean
createOrUpdateHost
Optional
createOrUpdateHost
integer As int64 As int64
skipRunCount
Optional
skipRunCount
string
documentSelfLink
Optional
documentSelfLink
integer As int64 As int64
lastRunTimeMicros
Optional
lastRunTimeMicros
array of string
tenantLinks
Optional
tenantLinks
array of string
computeContainerHostLinks
Optional
computeContainerHostLinks
boolean
noHostOperation
Optional
noHostOperation
boolean
remove
Optional
remove
string
documentUpdateTimeMicros
Optional
documentUpdateTimeMicros
Responses
200
Operation doesn't return any data structure
Data Collection Operations
PATCH
Patch Container Host Data Collection State