Skip to main content

Get Discovered and Secured Resources

POST 

/adoptionadvisor/api/v2/compute/discovered-secured/trend

Get resources detected by Cloud Discovery as well as the resources secured by deployed defenders.

Request

Body

    timeRange object

    See the Time Range Model for details.

    oneOf
    relativeTimeType string

    Possible values: [BACKWARD, FORWARD]

    Direction in which to count time. Default = BACKWARD

    type string
    value objectrequired

    Model for RelativeTimeDuration

    amount int32

    Number of time units

    unit string

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

    Time unit

    type stringrequired

    Possible values: [absolute, relative, to_now]

    Time type

    type string
    value objectrequired

    Model for Time

    endTime int64

    End timestamp

    startTime int64

    Start timestamp

Responses

successful operation

Schema
    privilege string

    privilege

    rowCount int32

    Row count

    rows object[]

    List of vulnerabilities trend data

  • Array [
  • critical int64

    critical

    high int64

    high

    informational int64

    informational

    low int64

    low

    medium int64

    medium

    type string

    cloudType

  • ]
Loading...