HP Intelligent Management Center Extended API User Guide

Delete ACL Time Range from a Device
Delete an ACL time range specified by its ID from a device.
Interface URI
/acl/res/aclTimeRange/{id}
Access Method
HTTP
DELETE
Parameters
Path parameters
ACL time ranges ID.id
Long integer type. Required. No default value.
Returned Result
Status codes
204(No Content): Success.
409(Conflict): Failure.
410(Gone): Failure. For more information, see Conventions and Constraints.
Message header
Example
Delete ACL time range 15 from a device.
Request
DELETE http://imc_host:8080/imcrs/acl/res/acl
TimeRange/15accept: application/xml
...
Response
HTTP/1.1 204 No Content
Content-Type: application/xml
...
No message body is included.
Delete ACL Time Range from a Device 431