Create bulk operation
POST {{baseUrl}}/v1/bulk-operation
Create bulk operation.
Request Body
{"data"=>{"applicationType"=>"default", "version"=>"<string>"}, "filter"=>{"identityHash"=>"<string>", "identityHashes"=>["<string>", "<string>"], "identityHashesExclude"=>["<string>", "<string>"], "uids"=>["<string>", "<string>"], "uidsExclude"=>["<string>", "<string>"], "duids"=>["<string>", "<string>"], "duidsExclude"=>["<string>", "<string>"], "accountId"=>"<integer>", "organizationUid"=>"<string>", "applicationType"=>"<string>", "applicationTypeNotEqual"=>"<string>", "model"=>"<string>", "firmwareVersion"=>"<string>", "search"=>"<string>", "minStorageStatusPercentage"=>"<integer>", "maxStorageStatusPercentage"=>"<integer>", "bannedSince"=>"<string>", "tagUids"=>["<string>", "<string>"], "policyUids"=>["<string>", "<string>"], "createdSince"=>"<string>", "createdUntil"=>"<string>", "onlyWithTimeOutOfThresholdMs"=>"<number>", "filterModelName"=>"<string>"}, "operationType"=>"SET_APPLICATION_VERSION", "name"=>"<string>", "schedule"=>{"datetime"=>"<dateTime>", "timezone"=>"<string>", "deferFilter"=>"<boolean>"}, "rollingUpdate"=>{"batchSize"=>"<integer>", "batchDelay"=>"<integer>", "stopThreshold"=>"<integer>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{}