Update Cloud Connection
Select
Update configuration of an existing cloud connection.
Path Parameters
- cloudConnectionId int32 required
Id of an existing cloud connection
- application/json
Request Body
- displayName string
Display name of the cloud connection.
credentials object
Credentials for cloud connections
credentialType CloudConnectionCredentialTypePossible values: [
AWS_STS_ASSUME_ROLE
,AWS_IAM_ROLE
]Type of credential to be used to access cloud connection.
credentialId int32ID of the saved credentials.
- accessNodes object[]
List of servers and server groups to use to access the cloud connection.
cloudSpecificConfiguration object
Configuration settings specific to the connections cloud type.
aws object
AWS specific cloud connection configuration.
regions stringList of AWS regions to connect to.
iamRoleAccountId stringID of the AWS account which contains the IAM role to assume for authentication.
organizationConfiguration object
Configuration for AWS Organization cloud connection.
content object
Content for AWS Organization cloud connection.
accounts object[]
List of AWS accounts
name stringcloud account name
id stringcloud account id
uuid stringThe globally unique identifier for the account
email stringemail for cloud account
azure object
Azure specific cloud connection configuration.
tenantId stringAzure Tenant Id
tenantName stringAzure Tenant Name
environment stringAzure environment
subscriptions object[]
List of Azure Subscriptions
name stringcloud account name
id stringcloud account id
uuid stringThe globally unique identifier for the account
email stringemail for cloud account
discoverAllSubscription booleanDefault value:
false
Automatically discover future subscription in Azure tenant.
- 200
- 400
- 500
Success
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,VALUE_NOT_FOUND
,UNKNOWN_EXCEPTION
,CONNECTION_PROBLEM
,UNKNOWN_SQL_ERROR
,INVALID_USER
,INVALID_OPERATION_TYPE
,INTERNAL_SERVER_PROBLEM
,INSUFFICIENT_USER_PERMISSION_ON_ENTITY
,INVALID_ENTITY_ID
,REFRESH_TOKEN_EXPIRED
]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
Tells about the error occured
- errorCode ErrorCode
Possible values: [
NO_ERROR
,INVALID_INPUT
,VALUE_NOT_FOUND
,UNKNOWN_EXCEPTION
,CONNECTION_PROBLEM
,UNKNOWN_SQL_ERROR
,INVALID_USER
,INVALID_OPERATION_TYPE
,INTERNAL_SERVER_PROBLEM
,INSUFFICIENT_USER_PERMISSION_ON_ENTITY
,INVALID_ENTITY_ID
,REFRESH_TOKEN_EXPIRED
]Error code value
{
"errorMessage": "string",
"errorCode": "NO_ERROR"
}