Trigger SIM operation

Pre-release
Trigger a SIM operation.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session. To obtain an auth_token, see the POST request to /api/v1/authenticate.

Request

This endpoint expects an object.
actionobjectRequired
targetlist of objectsRequired
productobjectOptional

Response headers

Response

Created, SIM operation scheduled
idstringformat: "uuid"
Operation ID
actionobject
statusobject
creation_datestringformat: "date-time"
last_updated_atstringformat: "date-time"
productobject
finalization_datestring or nullformat: "date-time"
targetlist of objects
total_countinteger
failed_countinteger
success_countinteger
errorlist of objects

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error