Frameworks API reference guide
GET
/frameworks
Get all the frameworks in Immuta.
POST
/frameworks
DELETE
/frameworks/{frameworkId}
Deletes the framework you specify in the request.
The response returns a 204
response code if the request was successful.
GET
/frameworks/{frameworkId}
Gets the framework you specify in the request.
PUT
/frameworks/{frameworkId}
Update a framework. This example updates a framework to be inactive.
POST
/frameworks/{frameworkId}/clone
Clone a framework from an existing framework.
GET
/frameworks/{frameworkId}/versions
Gets every version of the framework you specify in the request.
The framework payload is used when creating or updating a framework. See the parameters below.
The tags object specifies the tags created for and used in the framework. It includes metadata for the tags, like sensitivity and descriptions. The table below outlines its child parameters.
The rules object specifies the rules used in the framework. The table below outlines its child parameters.
The framework reference is the response for many /frameworks
requests. See the parameters described below.