Compliance
Get compliance standard assessments
Objective is to return all of the compliance control mapping, the tenant as input
get/{tenant_id}/assessment_history
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
Query parameters
pageinteger
Page number
limitinteger
Number of records to display
searchstring
Allowed values:account,standard,service
compliance_uristring
uri of compliance standard, This can be fetched from the compliance standards list API call.
service_accountstring
ID of the cloud account. This can be fetched from ListCloudAccounts API
assessment_status'COMPLETED' | 'IN_PROGRESS' | 'PENDING'
Specify the assessment_status.
assessment_type'standard' | 'control'
Specify the assessment_type.
Response
Success