Skip to main content

List AWS types

GET 

/api/v1/aws/types

List AWS types

Request

Query Parameters

    includeDisabled boolean

    When true, includes all AWS types supported

    pageSize int32

    Default value: 50

    Number of results to return per page. If not provided, defaults to 50.

    page int32

    Default value: 0

    Page number to return, 0 indexed.

Responses

Successfully found AWS types

Schema

    hasMore booleanrequired

    If there are more pages

    page int32required

    Number of page

    total int64required

    Total number of AWS Resources types

    totalPages int32required

    Total number of pages

    types

    object[]

    required

    List of AWS types types and whether they're configured to be discovered and imported into the catalogs

  • Array [

  • enabled booleanrequired

    Whether AWS type is configured to be discovered and imported into the catalogs

    type stringrequired

    AWS type

  • ]

Loading...