Skip to main content

Used to return the enabled clouds for the workspace

GET 

/api/v2/workspaces/:workspace/enabledclouds

Used to return the enabled clouds for the workspace

Request

Path Parameters

    workspace stringrequired

    Workspace to use

Responses

Contains enabled state of cloud identities

Schema

    aws

    required

    enabled booleanrequired
    stages string[]

    azure

    required

    enabled booleanrequired
    stages string[]

    gcp

    required

    enabled booleanrequired
    stages string[]
Loading...