Create Control Implementation

Use this API to create one or more control implementations on an inventory using the type and id for the inventory item and the id(s) of the master controls. When the operation is run unsuccessfully, this will return an exception.

Path Params
string
enum
required

The type of inventory to add controls to

Allowed:
uuid
required

The unique identifier of an inventory record. This value can be obtained using the Get List of Inventories API.

Body Params
controlIds
array of uuids
required

Set of control IDs to be implemented for the given inventory entity

controlIds*
string
enum

Implementation status of the controls being added to the inventory. If not provided, defaults to 'Pending'

Allowed:
Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Choose an example:
*/*