Query interface view information, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual
Page 149: Returned result, Interface uri access method returned result
Query Interface View Information
Query an interface view based on interface view ID.
Interface URI
/plat/res/view/interface/{id}
Access Method
HTTP
GET
Path parameter
Path parameter
Interface view ID.
id
Long integer type. Required. No default value.
Query parameter
Query parameter
Filter resources by access right.
resPrivilegeFilter
Boolean type. Optional. The default value is false.
Only records that match the sort criteria are returned.
total
Boolean type. Optional. The default value is false. When the value is true, the start and size attributes
are invalid, the returned message body is empty, and the Message Header field gives the records
that match the sort criteria.
Returned Result
Status codes
•
200 (OK): Success.
Message header
If the total parameter is true, the Total field gives all the records that match the sort criteria. The
message body is empty.
HTTP/1.1 200 OK
Total: 6
Query Interface View Information
149