Reference Guide

SupportAssist Enterprise
19 REST API Guide SupportAssist Enterprise
Request body:
{
"name":"<new_name>",
"uiDeviceType":"Server / Hypervisor",
"deviceSubTypeEnum":"WINDOWS",
"protocols":[
{
"protocolType":"WMI",
"credential":{
"username":"<user_name>",
"password":"<device_password>",
"enablePassword":null,
"communityString":""
}
}
]
}
Response format (success response code 201):
{
"id":"<CA_Id>",
"name":"<new_assigned_name>",
"uiDeviceType":"Server / Hypervisor",
"deviceSubTypeEnum":"WINDOWS",
"deviceFamilyTypeEnum":null,
"protocols":[
{
"protocolType":"WMI",
"credential":{
"username":"<user_name>",
"password":"<device_password>",
"enablePassword":null,
"communityString":""
}
}
]
}
2.3.3 Retrieve All Account Credentials
The following resource URI is used to retrieve all Account Credentials:
https://<BASE_URI>/SupportAssist/api/v1/CredentialAccount
Method: GET
Headers:
Authorization: Bearer <Authentication_Token>
The following is an example of a JSON for retrieving all Account Credentials.
Request body: none required