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. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Getting key rotation interval settings

Getting key rotation interval settings

You can use the key resource to see the current key rotation interval for your organization and valid key rotation intervals.

GET request

To get key rotation interval details, use the following URI:
/public/core/v3/key/rotationSettings

GET response

If successful, returns the following information:
Field
Type
Description
orgId
String
ID of the organization the user belongs to.
validRotationIntervals
List <String>
Valid key rotation intervals. To change the current key rotation interval to one of these values, send a PATCH request.
rotationInterval
String
The current key rotation interval used for the organization.

GET response example

If successful, you might receive a response similar to the following example:
{ "orgId": "52ZSTB0IDK6dXxaEQLUaQu", "validRotationIntervals": [ "90_DAYS", "120_DAYS", "180_DAYS", "365_DAYS" ], "rotationInterval": "365_DAYS" }

0 COMMENTS

We’d like to hear from you!