resource-list
Description
A document detailing all available resources and the actions they expose.
URL
/qcbin/rest/resource-list
Remarks
The returned value contains the URLs, supported HTML methods, and mime types. The values possible for Content-Type are in Consumes elements. The values possible for Accept are in Produces elements. For example:
<Consumes>application/xml</Consumes> <Consumes>application/json</Consumes> <Produces>application/xml</Produces> <Produces>application/json</Produces>
Micro Focus advises you to use only the resources documented in the ALM REST API Reference. Any resources included in the REST API that are not documented are not intended for public use. Be aware that Micro Focus does not support the use of undocumented resources by customers.
HTTP Methods
GET: The collection of available resources.
PUT: N/A
DELETE: N/A
POST: N/A
Media Type | GET | PUT | DELETE | POST |
---|---|---|---|---|
application/xml | ![]() | - | - | - |
application/json | ![]() | - | - | - |
Returns
One of the HTTP Return Codes.
An XML string compliant with the resource-list Schema or a string containing the data in another supported format.
Examples