Skip to main content

Get Compliance Trend for Standard ID - GET

GET 

/compliance/posture/trend/:complianceId

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Returns a compliance posture summary that describes the passed/failed statistics trend for the specified compliance standard ID.

Request

Path Parameters

    complianceId uuidrequired

    Compliance standard ID

Query Parameters

    timeType stringrequired

    Possible values: [relative]

    Time type

    timeAmount stringrequired

    Number of time units

    timeUnit stringrequired

    Possible values: [minute, hour, day, week, month, year]

    Time unit

    cloud.account string

    Cloud account

    cloud.type string

    Cloud type

    cloud.region string

    Cloud region

    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...