Returns all the supported Issues metadata relevant to the UI and API clients

get/data-services/v1beta1/issues-metadata

Returns the list of values of category, services, and severity supported by Issues. Functionalities like query parameters, filtering, sorting, grouping, and paging are not supported.

Securitybearer
Request
query Parameters
offset
integer

The number of items to skip before starting to collect the result set

limit
integer [ 1 .. 100 ]
Default: 10

The numbers of items to return

Responses
200

Issues Metadata

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

404

The response value does not exist

405

Method not supported

422

Unprocessable input request

500

Internal server error

503

Service unavailable

Request samples
Response samples
application/json
{
  • "count": 0,
  • "offset": 0,
  • "total": 0,
  • "items": [
    ]
}