Change Hypervisor Client Credentials (Deprecated)
Select
SaaS
Customer Managed
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation changes the credentials for a Hypervisor Client.
- application/json
Request Body
prop object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- subclientId integer
- clientId integer
- instanceId integer
- clientName string
- instanceName string
- backupsetName string
- backupsetId integer
- apptypeId integer
- subclientName string
- applicationName string
{
"subclientId": 0,
"clientId": 0,
"instanceId": 0,
"clientName": "string",
"instanceName": "string",
"backupsetName": "string",
"backupsetId": 0,
"apptypeId": 0,
"subclientName": "string",
"applicationName": "string"
}
{
"subclientId": 0,
"clientId": 865,
"instanceId": 503,
"clientName": "",
"instanceName": "",
"backupsetName": "",
"backupsetId": 0,
"apptypeId": 0,
"subclientName": "",
"applicationName": ""
}
POST /application
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Application' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"prop": {
"virtualServerInfo": {
"hostName": "string",
"vendor": 0,
"virtualCenter": true,
"vcPassword": {
"domainName": "string",
"userName": "string",
"password": "string"
}
},
"appId": {
"clientId": 0,
"instanceId": 0
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Application' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"prop": {
"virtualServerInfo": {
"hostName": "string",
"vendor": 0,
"virtualCenter": true,
"vcPassword": {
"domainName": "string",
"userName": "string",
"password": "string"
}
},
"appId": {
"clientId": 0,
"instanceId": 0
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Application' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"prop": {
"virtualServerInfo": {
"hostName": "string",
"vendor": 0,
"virtualCenter": true,
"vcPassword": {
"domainName": "string",
"userName": "string",
"password": "string"
}
},
"appId": {
"clientId": 0,
"instanceId": 0
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Application' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"prop": {
"virtualServerInfo": {
"hostName": "string",
"vendor": 0,
"virtualCenter": true,
"vcPassword": {
"domainName": "string",
"userName": "string",
"password": "string"
}
},
"appId": {
"clientId": 0,
"instanceId": 0
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Application' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"prop": {
"virtualServerInfo": {
"hostName": "string",
"vendor": 0,
"virtualCenter": true,
"vcPassword": {
"domainName": "string",
"userName": "string",
"password": "string"
}
},
"appId": {
"clientId": 0,
"instanceId": 0
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Application' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"prop": {
"virtualServerInfo": {
"hostName": "string",
"vendor": 0,
"virtualCenter": true,
"vcPassword": {
"domainName": "string",
"userName": "string",
"password": "string"
}
},
"appId": {
"clientId": 0,
"instanceId": 0
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Application' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"prop": {
"virtualServerInfo": {
"hostName": "string",
"vendor": 0,
"virtualCenter": true,
"vcPassword": {
"domainName": "string",
"userName": "string",
"password": "string"
}
},
"appId": {
"clientId": 0,
"instanceId": 0
}
}
}'