Reference Guide

SupportAssist Enterprise
21 REST API Guide SupportAssist Enterprise
"enablePassword":null,
"communityString":""
}
}
]
}
]
2.3.4 Retrieve Specific Account Credentials
The following resource URI is used to retrieve a specific Account Credentials:
https://<BASE_URI>/SupportAssist/api/v1/CredentialAccount/<CredentialAccount_Id>
Method: GET
Headers:
Authorization: Bearer <Authentication_Token>
The following is an example of a JSON for retrieving a specific Account Credentials.
Request body: none required
Response format (success response code 200):
{
"id":"<credentialAccount_id>",
"name":"fluid_fs",
"uiDeviceType":"Fluid File System (Fluid FS)",
"deviceSubTypeEnum":null,
"deviceFamilyTypeEnum":null,
"protocols":[
{
"protocolType":"SSH",
"credential":{
"username":"<device_username>",
"password":"<device_password>",
"enablePassword":null,
"communityString":""
}
}
]}
2.3.5 Delete Account Credentials
The following resource URI is used to delete an Account Credentials:
https://<BASE_URI>/SupportAssist/api/v1/CredentialAccount/<CredentialAccount_Id>
Method: DELETE
Headers:
Content-Type: application/json
Authorization: Bearer <Authentication_Token>