Skip to main content

Patch Cloud Account

PATCH 

/cloud/:cloud_type/:id

Enable / disable cloud account (and children) OR Update the Account Groups it belongs to

Request

Path Parameters

    id stringrequired

    Account ID

    cloud_type stringrequired

    Possible values: [aws, azure, gcp, alibaba_cloud, oci]

    Cloud Type

Body

required

Cloud Account Patch

    autoConsent string

    Possible values: [enabled/disabled]

    Auto Consent State

    enabled boolean

    Possible values: [false]

    Cloud Account Status

    groupIds string[]

    Associated Account Group Ids

    updateChildrenStatus boolean

    Possible values: [false]

    Update Children status

Responses

successful operation

Loading...