Skip to main content

Create Admin Error

Create a new admin error.

POST https://instance.securid.com/aveksa/command.submit?cmd=createAdminError

Request

Parameters

createAdminError
formatproperties - (Default) Returns the response as key=value pairs.

json - Returns the response as JSON.
A description for the error.
typeThe error type. Defaults to User_Defined_Action if omitted. Valid values: Data_Collection Identity_Data_Load Entitlement_Data_Load Reference_Resolution Role_Data_Load Account_Data_Load Identity_Unification Rule_Execution User_Defined_Action System Workflow EntitlementReview Delete_Users Activity_Handler Metadata_Load Data_Access_Data_Load Security User_Lockout Email_Processing CircuitBreaker SystemStatusEvent TelemetryDataCollection Role_Hierarchy_Import
priorityThe error priority. Valid values: High Medium Low

Headers

Bearer token
Acceptapplication/json
Content-Typetext/plain

Body

Optional plain text with additional error details.

Error details in text format

Response

Parameters

idThe ID of the created admin error.

Examples

Request

curl -K -X POST \
"https://instance.securid.com/aveksa/command.submit?cmd=createAdminError&format=json&desc=Sample+error&type=System&priority=Low" \
-H "Authorization: Bearer <token>" \
-H "Content-Type: text/plain" \
-d "Error details in text format"

Response

{
"data": {
"type": "createAdminError",
"id": "1001"
}
}

Verified with RSA Governance & Lifecycle version 8.0.0.188886 P10_HF01.