API Guide
/Credential/{id}
Description
Updates an existing ASM credential
Method
put
Response Class
asmCredential
Response Content-Type: application/xml, application/json
Parameters
Table 33. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body (required) ASM credential to
update
N/A body asmCredential
id (required) Id of credential to
update
N/A path string
Response Status Codes
Table 34. Response Status Codes
HTTP Status Code Reason
200 Update completed successfully
400 Bad Request, verify credential data object is correct
404 Credential to be updated was not found.
/Credential/{id}
Description
Deletes an existing ASM credential
Method
delete
Response Class
void
Response Content-Type: application/xml, application/json
35