Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/asset/optimization/modelling/job/{jobId}
Field
| Type
| Description
|
---|---|---|
jobId
| String
| ID of the asset optimization modeling job.
|
type
| String
| Type of the job, such as asset optimization modeling.
|
status
| String
| Status of the asset optimization modeling job. Values can be
RUNNING ,
SUCCESS ,
FAILED , or
CANCELLED .
|
createdBy
| String
| User name of the user who triggered the asset optimization modeling job.
|
createdDate
| String
| Date when the user ran the asset optimization modeling job.
|
detail
| -
| Details of a job at a specific time.
|
numberOfCodelistModelled
| Integer
| Number of code lists that are ready to be optimized.
|
numberOfHierarchyModelled
| Integer
| Number of hierarchies that are ready to be optimized.
|
errors
| -
| Details of the error that the REST API request returns.
|
errorCode
| String
| Error code for the error type.
|
errorSummary
| String
| Message that explains why the invalid records couldn't be set up for optimization.
|
errorParameter
| String
| Parameter that provides details of an error.
|
errorCauses
| String
| Causes of the error to explain why the assets couldn't be set up for optimization.
|
{ "method": "GET", "url": "https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/asset/optimization/modelling/job/97d517fc22a78aea89646b1na", "protocol": "HTTP/1.1", "headers": { "IDS-SESSION-ID": "XXXXXXXXXXXXXXXXXXXXXX" } }
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 193 { "jobId":"663a68d9ec6cff7ea71b48ed", "type":"ASSET_OPTIMIZATION_MODELLING", "status":"SUCCESS", "createdBy":"cLuE2VONraVl6EjvWO9Hw5", "createdDate":"2024-05-07T17:46:01.768+00:00", "detail":{ "numberOfCodelistModelled":0, "numberOfHierarchyModelled":0 } }