Skip to main content

Get Compliance Trend V2 - GET

GET 

/v2/compliance/posture/trend

Returns a compliance posture summary that describes the passed/failed statistics trend.

Request

Query Parameters

    cloud.account string

    Cloud account

    cloud.type string

    Cloud type

    cloud.region string

    Cloud region

    policy.complianceStandard string

    Policy compliance standard name

    policy.complianceRequirement string

    Policy compliance requirement name

    policy.complianceSection string

    Policy compliance section ID

Responses

success

Schema
  • Array [
  • criticalSeverityFailedResources int64

    Number of scanned compliance resources whose highest policy failure is critical

    failedResources int64

    Number of failed scanned compliance resources

    highSeverityFailedResources int64

    Number of scanned compliance resources that failed high severity policies

    informationalSeverityFailedResources int64

    Number of scanned compliance resources whose highest policy failure is informational

    lowSeverityFailedResources int64

    Number of scanned compliance resources whose highest policy failure is low

    mediumSeverityFailedResources int64

    Number of scanned compliance resources whose highest policy failure is medium

    passedResources int64

    Number of passed scanned compliance resources

    timestamp int64

    Timestamp

    totalResources int64

    Total number of scanned compliance resources

  • ]
Loading...