Reference Guide

SupportAssist Enterprise
18 REST API Guide SupportAssist Enterprise
"credential": {
"communityString": "public"
}
}
]
}
Response format (success response code 201):
{
"id”: <account_id>,
"name”: "<provided_name>",
"uiDeviceType”: "Networking",
"deviceSubTypeEnum”: null,
"deviceFamilyTypeEnum”: null,
"protocols”: ": [
{
"protocolType": "SSH",
"credential": {
"username": "<device_username>",
"password": "<device_password>",
"communityString": "<device_enable_password>",
"enablePassword": null
}
},
{
"protocolType": "SNMP"
"credential": {
"communityString": "public",
"username": "”,
"password": null,
"enablePassword": null
}
}
]
}
2.3.2 Edit Account Credentials
The following resource URI is used to edit an Account Credentials:
https://<BASE_URI>/SupportAssist/api/v1/CredentialAccount/<CredentialAccount_Id>
Note: You can edit only the name and credentials of an Account Credentials.
Method: PUT
Headers:
Content-Type: application/json
Authorization: Bearer <Authentication_Token>
The following is an example of a JSON for updating the Account Credentials of a server running a Windows.