Create or Update Device Credentials
This API enables you to create or update device credentials in Enterprise and Service Provider deployments.
The key is the credential name in the input XML. If a credential with the same name exists, then the credential in the database will be updated with the new content.
Release Added | 5.1 |
Methodology | REST API based: Caller makes an HTTP(S) request with an input XML. |
Request URL | https://<FortiSIEM_Supervisor_IP>/phoenix/rest/deviceMon/updateCredential |
Input Credentials |
|
Input XML | An XML file containing credentials and IP to credential mappings. |
Output | An HTTP status code. |
Refer to Example Usage creating or updating device credentials.