HP Intelligent Management Center Extended API User Guide

Query Conflict and Unauthorized Access Policy
Query information about the conflict and unauthorized access policy.
Interface URI
/res/access/strategy/conflict
Access Method
HTTP
GET
Parameters
None
Returned Result
Status codes
200 (OK): Success.
Message header
HTTP/1.1 200 OK
Message body
<accessStrategy>
<sendFaultType>1</sendFaultType>
<closeIfType>2</closeIfType>
<openIfType>1</openIfType>
<closeIfDelay>180</closeIfDelay>
<openIfDelay>180</openIfDelay>
</accessStrategy>
Elements
accessStrategy sub-elements
Whether or not to send alarms. 0 for no. 1 for yes.sendFaultType
Integer type.
Interface shutdown type. 0 for no shutdown. 1 for immediate shutdown. 2 for delayed shutdown.closeIfType
Integer type.
Whether or not to bring up the interface after it is shut down. 0 for no. 1 for yes.openIfType
Integer type.
Time delay before shutting down the interface, in seconds.closeIfDelay
Integer type.
Time delay before bringing up the interface, in seconds.openIfDelay
Integer type.
Query Conflict and Unauthorized Access Policy 271