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

Table of Contents

Search

  1. Informatica Intelligent Cloud Services REST API
  2. Platform REST API version 2 resources
  3. Platform REST API version 3 resources
  4. Data Integration REST API
  5. Mass Ingestion Files REST API
  6. Mass Ingestion Streaming REST API
  7. RunAJob utility
  8. ParamSetCli utility
  9. REST API codes
  10. 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!