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

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Content-Typestring
Acceptstring

RESPONSES

status: Created

{}