Verify Credentials
This operation verifies the credentials for a Hypervisor Client
Request Headers
Name | Description |
login | Login Username |
password | Plain text password |
Path Parameters
- clientId integer required
Hypervisor Client ID
Query Parameters
- server string
- vendor int32
Header Parameters
- login string
Login Username
- password string
Plain text password
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Success
- Wrong Password
Schema
- warningCode integer
- errorMessage string
- errorCode integer
- warningMessage string
{
"warningCode": 0,
"errorMessage": "string",
"errorCode": 0,
"warningMessage": "string"
}
{
"warningCode": 0,
"errorMessage": "",
"errorCode": 0,
"warningMessage": ""
}
{
"warningCode": 0,
"errorMessage": "Unable to connect to Virtual Machine host [vsaqa.test.cv.com] as user [Vsaautomation@commvault.com]. [Cannot complete login due to an incorrect user name or password.]",
"errorCode": 100,
"warningMessage": ""
}
GET /client/:clientid/credentials/verify
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/credentials/verify' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/credentials/verify' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/credentials/verify' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/credentials/verify' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/credentials/verify' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/credentials/verify' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/credentials/verify' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'