Skip to main content

Update configured Azure Resources types

PUT 

/api/v1/azure-resources/types

Update configured Azure Resources types

Request

Body

required

    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

  • ]

Responses

Successfully replaced 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...