Skip to main content

List Azure Resources types

GET 

/api/v1/azure-resources/types

List Azure Resources types

Request

Query Parameters

    includeDisabled boolean

    Whether to include disabled Azure Resources types

    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 Azure Resources types

Schema

    hasMore booleanrequired

    If there are more pages

    page int32required

    Number of page

    total int64required

    Total number of Azure Resources types

    totalPages int32required

    Total number of pages

    types

    object[]

    required

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

  • Array [

  • enabled booleanrequired

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

    type stringrequired

    Azure Resources type

  • ]

Loading...