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

Getting the supplementary file specification

Getting the supplementary file specification

Get the supplementary file specification to view the supplementary files that are available to an elastic runtime environment.

GET request

Use the following URI:
/api/v3/RuntimeEnvironment/<runtime environment ID>/ElasticConfig

GET response

If successful, returns the supplementary file specification. The response includes the following fields:
Field
Type
Description
rteId
String
Runtime environment ID.
specification
Object
Supplementary file specification.
For information about the fields in the specification, see Updating the supplementary file specification.
If the elastic runtime environment doesn't have a supplementary file specification, returns an empty specification.

GET request example

The following sample request gets the supplementary file specification for an elastic runtime environment:
GET <base URL>/api/v3/RuntimeEnvironment/<runtime environment ID>/ElasticConfig Content-Type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>

0 COMMENTS

We’d like to hear from you!