Table of Contents

Search

  1. Preface
  2. Introducing Reference 360
  3. Getting started with Reference 360
  4. Manage system reference data
  5. Manage reference data sets
  6. Manage code lists
  7. Manage code values
  8. Manage crosswalks
  9. Import data
  10. Manage hierarchies
  11. Manage attributes
  12. Manage workflows
  13. Manage jobs
  14. Reference 360 REST API
  15. Glossary

Reference 360

Reference 360

Enable the asset optimization option

Enable the asset optimization option

By default, the asset optimization option isn't available in the user interface. You must enable it by running the asset optimization modeling REST API. The REST API also analyzes the number of assets to be optimized and sets them up for optimization. When you run the asset optimization modeling REST API, it triggers an asset optimization modeling job.
Enabling the asset optimization option is a one-time activity for an organization.

POST request

To enable the asset optimization option and to run an asset optimization modeling job, submit a POST request with the following URI:
/rdm-service/external/v1/asset/optimization/modelling

POST response

The response is in the JSON format.
The following table describes the attributes in the response:
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.

POST example

To enable the asset optimization option, you might use the following request:
{ "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":"" }
The following sample response shows the details of an asset optimization modeling report:
{ "jobId": "663a68d9ec6cff7ea71b48ed", "type": "ASSET_OPTIMIZATION_MODELLING", "status": "RUNNING", "createdBy": "cLuE2VONraVl6EjvWO9Hw5", "createdDate": "2024-05-07T17:46:01.768+00:00" }

0 COMMENTS

We’d like to hear from you!