API Guide

Response Class
asmCredential
Response Content-Type: application/xml, application/json
Parameters
Table 29. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body (required) ASM credential to
create
N/A body asmCredential
Response Status Codes
Table 30. Response Status Codes
HTTP Status Code Reason
201 Credential created
400 Bad Request, verify credential data object is correct
/Credential/{id}
Description
Find an ASM credential by type and id
Method
get
Response Class
asmCredential
Response Content-Type: application/xml, application/json
Parameters
Table 31. Parameters
Parameter Value Description Default Value Parameter Type Data Type
id (required) Id of credential to
retrieve
N/A path string
Response Status Codes
Table 32. Response Status Codes
HTTP Status Code Reason
200 OK
404 Credential not found
34