Get Cloud Config Client details
Select
Get Cloud Config Client details
Path Parameters
- clientId string required
Id of an cloud config client
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- clientId int32
- instanceId int32
- applicationId int32
- clientName string
- displayName string
- vendor string
Possible values: [
NONE
,VMW
,MICROSOFT
,XEN_SERVER
,AMAZON
,AZURE
,REDHAT
,AZURE_V2
,SCVMM
,NUTANIX
,ORACLE_VM
,DOCKER
,OPENSTACK
,ORACLE_CLOUD
,FUSIONCOMPUTE
,VCLOUD
,GOOGLE_CLOUD
,AZURE_STACK
,ALIBABA_CLOUD
,ORACLE_CLOUD_INFRASTRUCTURE
,KUBERNETES
,REDHAT_OPENSHIFT
,MONGODB_ATLAS
,PROXMOX
,KUBERNETES_AKS
,AZURE_STACK_HCI
,KUBERNETES_EKS
,MORPHEUS
] accessNodeList object[]
id int32name stringdisplayName stringDisplay name of the access node
type int32Type of access node , Ex: 3 - access Node , 28 - Access Node Groups
isScaleProfile booleanTrue if the access node is a scale profile client
associatedSubclients object[]
id int32name stringcloudConfigContent object
Cloud Config Content
azureCloudConfigContent object
Azure Cloud Config Content
resourceGroup string[]tags object[]
name stringvalue stringregion stringAzure region
ociCloudConfigContent object
OCI Cloud Config Content
compartments string[]tags object[]
tagNamespace stringtagKey stringtagValue stringregion stringOCI region
planEntity object
id int32name stringsubType stringPossible values: [
ANY
,DLO
,SERVER
,LAPTOP
,DATABASE
,SNAP
,FS_SERVER
,VSA_SERVER
,VSA_REPLICATION
,EXCHANGE_USER
,EXCHANGE_JOURNAL
,DATA_CLASSIFICATION
,E_DISCOVERY
,OFFICE_365
,ARCHIVER
,FSIBMIVTL
,DYNAMICS_365
,CDM
,ObjectStore
]discoverySubclient object
Cloud Config Subclient details
id int32name stringcloudConfigContent object
Cloud Config Content
azureCloudConfigContent object
Azure Cloud Config Content
resourceGroup string[]tags object[]
name stringvalue stringregion stringAzure region
ociCloudConfigContent object
OCI Cloud Config Content
compartments string[]tags object[]
tagNamespace stringtagKey stringtagValue stringregion stringOCI region
planEntity object
id int32name stringsubType stringPossible values: [
ANY
,DLO
,SERVER
,LAPTOP
,DATABASE
,SNAP
,FS_SERVER
,VSA_SERVER
,VSA_REPLICATION
,EXCHANGE_USER
,EXCHANGE_JOURNAL
,DATA_CLASSIFICATION
,E_DISCOVERY
,OFFICE_365
,ARCHIVER
,FSIBMIVTL
,DYNAMICS_365
,CDM
,ObjectStore
]lastBackup object
jobId int32Returns the job id of the last backup job performed.
status stringPossible values: [
NEVER_BACKED_UP
,COMPLETED
,FAILED
,COMPLETED_WITH_ERRORS
,KILLED
,SUSPENDED
,INTERRUPTED
,ANY_STATUS
,SKIPPED
,FAILED_TO_START
,SYNCHRONIZED
,NOT_SYNCHRONIZED
,NOT_ATTEMPTED
,STARTED
,COMPLETED_WITH_WARNINGS
,SYSTEM_FAILED
,COMMITTED
]Status of the last backup job performed.
time int64Shows the time when the last back up job was carried out. The time is provided in unix time format.
failureReason stringGives the reason for the last backup job failing, if the last backup job fails.
company object
id int32Id of company
name stringName of company
multiCommcellId int32Multi Commcell Id of company
{
"clientId": 0,
"instanceId": 0,
"applicationId": 0,
"clientName": "string",
"displayName": "string",
"vendor": "NONE",
"accessNodeList": [
{
"id": 0,
"name": "string",
"displayName": "string",
"type": 0,
"isScaleProfile": true
}
],
"associatedSubclients": [
{
"id": 0,
"name": "string",
"cloudConfigContent": {
"azureCloudConfigContent": {
"resourceGroup": [
"string"
],
"tags": [
{
"name": "string",
"value": "string"
}
],
"region": "string"
},
"ociCloudConfigContent": {
"compartments": [
"string"
],
"tags": [
{
"tagNamespace": "string",
"tagKey": "string",
"tagValue": "string"
}
],
"region": "string"
}
},
"planEntity": {
"id": 0,
"name": "string",
"subType": "ANY"
}
}
],
"discoverySubclient": {
"id": 0,
"name": "string",
"cloudConfigContent": {
"azureCloudConfigContent": {
"resourceGroup": [
"string"
],
"tags": [
{
"name": "string",
"value": "string"
}
],
"region": "string"
},
"ociCloudConfigContent": {
"compartments": [
"string"
],
"tags": [
{
"tagNamespace": "string",
"tagKey": "string",
"tagValue": "string"
}
],
"region": "string"
}
},
"planEntity": {
"id": 0,
"name": "string",
"subType": "ANY"
}
},
"lastBackup": {
"jobId": 0,
"status": "NEVER_BACKED_UP",
"time": 0,
"failureReason": "string"
},
"company": {
"id": 0,
"name": "string",
"multiCommcellId": 0
}
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}