Get Credentials
Select
SaaS
Customer Managed
This operation is used to get all user credentials under credentials manager in control panel.
Header Parameters
- Accept string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
credentialRecordInfo object[]
error object
{
"credentialRecordInfo": [
{
"recordType": 0,
"description": "string",
"credentialRecord": {
"credentialId": 0,
"credentialName": "string"
}
}
],
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
{
"credentialRecordInfo": [
{
"recordType": 2,
"description": "test unix",
"credentialRecord": {
"credentialId": 2,
"credentialName": "Test2"
}
},
{
"recordType": 1,
"description": "Test credential manager",
"credentialRecord": {
"credentialId": 3,
"credentialName": "Test"
}
}
],
"error": {
"errorMessage": "",
"errorCode": 0
}
}
GET /commcell/credentials
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommCell/Credentials' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommCell/Credentials' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommCell/Credentials' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommCell/Credentials' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommCell/Credentials' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommCell/Credentials' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/CommCell/Credentials' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'