Skip to main content

Get Cloud Connection Details

Select

SaaS
Customer Managed

Get details of one cloud connection

Path Parameters
  • cloudConnectionId int32 required

    Id of an existing cloud connection

Responses

Success


Schema
  • cloudConnection object

    Summary of a cloud connection entity

  • id int32
  • name string
  • displayName string
  • cloudType CloudConnectionCloudType

    Possible values: [AMAZON_WEB_SERVICES, MICROSOFT_AZURE]

    Cloud type for the connection.

  • credentials object

    Credentials for cloud connections

  • credentialType CloudConnectionCredentialType

    Possible values: [AWS_STS_ASSUME_ROLE, AWS_IAM_ROLE]

    Type of credential to be used to access cloud connection.

  • credentialId int32

    ID of the saved credentials.

  • accessNodes object[]

    List of servers and server groups to use to access the connection.

  • id int32
  • name string
  • displayName string
  • accessNodeType AccessNodeItemType

    Possible values: [SERVER, SERVER_GROUP]

    Type of access node item

  • cloudSpecificDetails object

    Details specific to connections cloud type.

  • aws object

    AWS specific cloud connection configuration.

  • regions string

    List of AWS regions to connect to.

  • iamRoleAccountId string

    ID of the AWS account which contains the IAM role to assume for authentication.

  • accountDetails object

    Details about the onboarded account.

  • cloudAccount object

    cloud account details

  • name string

    cloud account name

  • id string

    cloud account id

  • uuid string

    The globally unique identifier for the account

  • email string

    email for cloud account

  • azure object

    Azure specific cloud connection configuration.

  • tenantId string

    Azure Tenant Id

  • tenantName string

    Azure Tenant Name

  • environment string

    Azure environment

  • subscriptions object[]

    List of Azure Subscriptions

  • name string

    cloud account name

  • id string

    cloud account id

  • uuid string

    The globally unique identifier for the account

  • email string

    email for cloud account

  • discoverAllSubscription boolean

    Default value: false

    Automatically discover future subscription in Azure tenant.

GET /v4/cloud/cloudconnection/:cloudconnectionid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
cloudConnectionId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Cloud/CloudConnection/:cloudConnectionId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'