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

Associating a configuration with a runtime environment

Associating a configuration with a runtime environment

You can associate a cluster with a runtime environment.

POST request

To associate a configuration with a runtime environment, use the following URI:
/public/core/v3/RuntimeEnvironment/<rte_id>/Cluster/<cluster_id>
Where
<rte_id>
is the runtime identifier identifier and
<cluster_id>
is the configuration identifier.
Include the following information:
Field
Type
Required
Description
namespace
String
-
Namespace of the configuration.

POST response

If successful, returns the following information:
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.

POST response example

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

0 COMMENTS

We’d like to hear from you!