Skip to main content

Get Dashboard Objects By Owner

POST 

/dlp/api/v1/dashboard/objects/aggregate/by-owner

Returns object counts by exposure for each owner.

Request

Body

    accountGroupIds string[]required

    List of cloud account group ids

    accountGroupNames string[]required

    List of AWS account group names

    accountIds string[]required

    List of cloud account ids

    classifications string[]required

    List of Data classifications

    limit int32required

    Limit the records returned

    timeRange objectrequired

    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

success

Schema
  • Array [
  • exposure object

    Model for DLP Exposure count

    conditional int64

    Conditional exposure count

    private int64

    Private exposure count

    public int64

    Public exposure count

    name string

    Object Name

  • ]
Loading...