The system will generate a response after processing your request for SetConfigSpec.

{
"responseCode": 200,
"responseMsg": "The view configuration is updated submitted.",
"jobId": "277bf336-8711-43ad-a463-bed3abcbebaa",
"status": "SUBMITTED",
"error": {
"errorCode": 0,
"errorMsg": null
}
}
responseCode: integer

Indicates the status of operation, specifying whether it was successful, partially successful, or failed.

200
responseMsg: string

Successful or Failure message

"The view configuration is updated submitted."
jobId: string

A unique ID of an asynchronous job.

"277bf336-8711-43ad-a463-bed3abcbebaa"
status: string

Represents the status of an asynchronous job. Allowable values are 'SUBMITTED', 'INPROGRESS', 'COMPLETE', 'ERROR','DELETED', and 'UNKNOWN'.

"SUBMITTED"
error: object
errorCode: integer

Represents status code of the operation.

0
errorMsg: string

Error or exception description message.