detail
parameter in the Accept
header.
GET /rhevm-api/{collection} HTTP/1.1 Accept: application/xml; detail={subcollection}
detail
parameters:
GET /rhevm-api/{collection} HTTP/1.1 Accept: application/xml; detail={subcollection 1}; detail={subcollection 2}
detail
parameter that seperates the sub-collection with the +
operator:
GET /rhevm-api/{collection} HTTP/1.1 Accept: application/xml; detail={subcollection 1}+{subcollection 2}+{subcollection 3}
statistics
sub-collection listings for vms
and hosts
. For example:
GET /rhevm-api/vms HTTP/1.1 Accept: application/xml; detail=statistics