Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. File Ingestion and Replication REST API
  7. Streaming Ingestion and Replication REST API
  8. RunAJob utility
  9. ParamSetCli utility
  10. REST API codes
  11. REST API resource quick references

REST API Reference

REST API Reference

Reading a runtime environment association by elastic runtime environment identifier

Reading a runtime environment association by elastic runtime environment identifier

You can request details about the association between a cluster and the elastic runtime environment using the runtime environment identifier.

GET request

To get the association between the configuration and the runtime environment, use the following URI:
/public/core/v3/RuntimeEnvironment/<rte_id>/Cluster
Where
<rte_id>
is the runtime environment identifier.

GET response

If successful, returns the following information for the association:
Field
Type
Description
rteId
String
Runtime environment ID.
clusterId
String
Configuration ID.
namespace
String
Namespace used.
createdBy
String
Name of the user who created the association.

GET response example

To get the association between the configuration and runtime environment, use the following request:
GET <baseApiUrl>/public/core/v3/RuntimeEnvironment/<rte_id>/Cluster Content-type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>
If successful, you might receive a response like the following example:
{ "rteId": "01B0IV2500000000035Y", "clusterId": "5gic8zWc1G7fSDQVJRpUEh", "namespace": "test-namespace-1", "createdBy": "test-user-1" }

0 COMMENTS

We’d like to hear from you!