HP Intelligent Management Center Extended API User Guide

Synchronize ACL Configuration Information for a Device
Synchronize ACL configuration information for a device specified by its ID.
Interface URI
/acl/res/aclDevice/{id}/synchronize
Access Method
HTTP
PUT
Parameters
Path parameters
Device ID.id
Long integer type. Required. No default value.
Returned Result
Status codes
204(No Content): Success.
404(Not Found): Failure.
409(Conflict): Failure. For more information, see Conventions and Constraints.
Example
Synchronize ACL configuration information for a device whose device ID is 68.
Request
PUT http://imc_host:8080/imcrs/acl/res/aclDevice/68/synchronize
accept: application/xml
...
Response
HTTP/1.1 204 No Content
Content-Type: application/xml
...
No message body is included.
408 ACL Management