Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/asset/optimization/modelling
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. Value 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.
|
{ "method":"POST", "url":"https://qa-pod1-mdm.mrel.infaqa.com/rdm-service/external/v1/asset/optimization/modelling", "headers":{ "accept":"application/json", "Session ID":"XXXXXXXXXXXXXXXXXXXXXX" }, "data":"" }
{ "jobId": "663a68d9ec6cff7ea71b48ed", "type": "ASSET_OPTIMIZATION_MODELLING", "status": "RUNNING", "createdBy": "cLuE2VONraVl6EjvWO9Hw5", "createdDate": "2024-05-07T17:46:01.768+00:00" }