[EVENT]

A Provisioning Request Fails

A provisioning_error event occurs whenever a command unsuccessfully attempts to create, examine, or modify data for an operator, queue, group, or similar. It is designed to help identify what caused the failure.

For example, provisioning will fail if you attempt to modify an entity that does not exist, or if you cannot access the intended data.

Parameters

request_id string An optional value associated with provisioning requests, to identify which request caused the event.
error_code number A generic error code of 1. In a future platform release, this will return a code specific to the cause of the error.
message string A description of what went wrong.

Example Response

Copy
{"event":{"event_type":" provisioning_error", "request_id":123, "error_code":1, "message":"Invalid characters in input string."}}