APIs to Add Policies
Use the following APIs to add and manage policies on CIPS and define a filter configuration to limit the posture data transferred to your cloud storage platform:
API |
URL |
Operator |
Description |
---|---|---|---|
/auth |
POST |
Generates a new JWT token for authentication. |
|
/pcas/cips/config/policy |
POST |
Adds a policy to CIPS. |
|
/pcas/cips/config/policy |
DELETE |
Deletes a policy from CIPS. |
|
/pcas/cips/config |
POST |
Lets you define a filter to limit the data sent to your storage platform. |
|
/pcas/cips/config |
PUT |
Lets you modify the filter configuration. |
|
/pcas/cips/config |
GET |
It catches the filter data, such as filter configuration and a list of policies on which the filter is applied. |