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

Get the status of a code list if it's enabled with auto-generation of Code field values (v1)

Get the status of a code list if it's enabled with auto-generation of Code field values (v1)

Retrieves the status of a code list if it's enabled with auto-generation of Code field values.

GET request

To check whether a code list is enabled with auto-generation of Code field values, submit a GET request with the following URI:
/rdm-service/external/v1/codelists/<code list ID>/spkey/population/status

GET response

The response contains the status of a code list if it's enabled with auto-generation of Code field values.
The response can contain one of the following statuses:
  • NOT_AVAILABLE. Indicates that the Code field of the code list doesn't contain a rule association.
  • UNKNOWN. Indicates that the request failed because of internal errors. For more information, contact Informatica Global Customer Support.
  • NOT_READY_FOR_MIGRATION. Indicates that the Code field of the code list contains a rule association but can't be enabled for auto-generation of Code field values because the code list contains Code field values that don't match their source primary keys. For more information, contact Informatica Global Customer Support.
  • READY_FOR_MIGRATION. Indicates that the code list is eligible for auto-generation of Code field values when you import code values to the code list.
  • MIGRATED. Indicates that the code list is already enabled for auto-generation of Code field values.

GET example

To get the status of a code list if it's enabled with auto-generation of Code field values, you might use the following request:
GET https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/codelists/34cea9471fe977f7decef5f5/spkey/population/status HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
The following sample response shows the status of the code list:
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF-8 Content-Length: 20 "READY_FOR_MIGRATION"

Back to Top

0 COMMENTS

We’d like to hear from you!