Reference Guide

SupportAssist Enterprise
26 REST API Guide SupportAssist Enterprise
2.4.4 Retrieve Credential Profile
The following resource URI is used to retrieve all Credential Profiles:
https://<BASE_URI>/SupportAssist/api/v1/CredentialProfile
The following resource URI is used to retrieve a specific Credential Profile:
https://<BASE_URI>/SupportAssist/api/v1/CredentialProfile/<credential_profile_id>
Method: GET
Headers:
Authorization: Bearer <Authentication_Token>
Request body: none required
Response format (success response code 200):
{
"id":"<1>",
"name":"<florida_datacenter>",
"credentialAccounts":[
{
<Windows credential account details>
},
{
<Linux credential account details>
}
]
},{
"id":"<2>",
"name":"<shanghai_datacenter>",
"credentialAccounts":[
{
<Windows credential account details>
},
{
<Linux credential account details>
},
{
<networking credential account details>
}
]
}