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

Deleting the supplementary file specification

Deleting the supplementary file specification

Delete a supplementary file specification so that an elastic runtime environment no longer uses the supplementary files.
After you delete the supplementary file specification, all affected Secure Agent services automatically restart and no longer use the supplementary files.

POST request

Use the following URI:
/api/v3/RuntimeEnvironment/<runtime environment ID>/ElasticConfig
Include the following fields in the request:
Field
Type
Description
rteId
String
Runtime environment ID.
specification
Object
Supplementary file specification set to null.

POST response

If successful, returns an empty specification.

POST example

The following sample POST request deletes a supplementary file specification:
POST <base URL>/api/v3/RuntimeEnvironment/<runtime environment ID>/ElasticConfig Content-Type: application/json Accept: application/json INFA-SESSION-ID: <SessionId> { "rteId": "<runtime environment ID>", "specification": null }

0 COMMENTS

We’d like to hear from you!