Skip to main content

Get Resource Lists

GET 

/v1/resource_list

Returns all the resource lists for the current customer.

Request

Query Parameters

    listType stringrequired

    Possible values: [TAG]

    Resource list type

Responses

successful operation

Schema
  • Array [
  • description string

    Description

    id string

    Resource list id

    lastModifiedBy string

    Last modified by

    lastModifiedTs int64

    Last modified time

    members stringrequired

    Resource list members. Each member is raw JSON. The content depends on the resource list type. For example, if the resource list type is TAG, then the member is a JSON array of TAG key/value pairs.

    name stringrequired

    Possible values: <= 256 characters

    Name

    resourceListType stringrequired

    Possible values: [TAG, COMPUTE_ACCESS_GROUP]

    Resource list type. Note: COMPUTE_ACCESS_GROUP is available only if you have a Compute license

  • ]
Loading...