Get a list of supported output formats

This method returns a JSON object containing documentation of the output formats supported by this resource. The keys of the object are the string values that should be provided as the "format" parameter for other methods of this resource. The value provided for each key is a brief description in English of the expected output.

Request

GET http://{hostname}:{port}
  /releases/formats/
Accept: application/json
Table 1. Header parameters
Parameter Type Required Description
Accept application/json true  

Feedback