Provider Accounts

List Provider Accounts

Returns a paginated list of provider accounts linked to the organization. Filter by cloud provider to see accounts for a specific CSP.

get/v2/cloud-gateways/provider-accounts

Query parameters

Filters supported for provider accounts.

page[size]integer
Example:10

The maximum number of items to include per page. The last page of a collection may include fewer items.

page[number]integer
Example:1

Determines which page of the entities to retrieve.

Response

A paginated list for a collection of provider accounts.

Example response

{
  "meta": {
    "page": {
      "number": 1,
      "size": 10,
      "total": 100
    }
  },
  "data": [
    {
      "id": "929b2449-c69f-44c4-b6ad-9ecec6f811ae",
      "provider": "aws",
      "created_at": "2022-11-04T20:10:06.927Z",
      "updated_at": "2022-11-04T20:10:06.927Z"
    }
  ]
}

Changes

Changed in 4 of the 75 revisions of this API.102

    • for the query request parameter filter, the type of property provider was specialized from no type to object

      request-parameter-property-type-specialized

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new gcp enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new type enum value to the /////// response property for the response status

      response-property-enum-value-added

    • the response property /////// became nullable for the status

      response-property-became-nullable

    • the response property /////// became nullable for the status

      response-property-became-nullable

    • the response property /////// became nullable for the status

      response-property-became-nullable

    • the response property /////// became nullable for the status

      response-property-became-nullable

    • the response property /////// became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog