Edge Retry Wss Location Creation Job
Rtry WSS location cration job by id or state
Privileges required:
UPDATE
NETWORK_SERVICE
Request
URI
POST
https://{api_host}/portal/rest/edge/retryWssLocationCreationJob
COPY
Request Body
{
"enterpriseId": 0,
"state": "string",
"ids": [
0
]
}
integer
enterpriseId
Optional
enterpriseId
string
state
Optional
state
array of
integer
ids
Optional
Constraints:
minItems: 1
ids
Responses
200
Request was successfully processed
Returns
edge_retry_wss_location_creation_job_result
of type(s)
application/json
This response body class contains all of the following:
Inlineedge_retry_wss_location_creation_job_result0
{
"rows": 1
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/edge/retryWssLocationCreationJob