Export a Job's log

get

/cloudapi/restapi/user/status/{jobId}/log

This operation exports a TXT file containing a summary of actions completed for a given job {jobId}. Example request: GET /cloudapi/restapi/user/status/12345/log

Request

Path Parameters
  • Job Id corresponding to a User Create/Modify operation for which the logs are requested.
    Example:
    12345

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: string(binary)

400 Response

Invalid input, Please check.

500 Response

Internal Server Error. Underlying Identity Management System threw an error, Please check the logs.
Back to Top