Get a singular issue

get/data-services/v1beta1/issues/{id}

Returns an active issue with the specified id for the account obtained from the request header. The issue must be in the CREATED state

Securitybearer
Request
path Parameters
id
required
string <uuid>

The UUID of the issue

query Parameters
select
string

Limits the properties returned with a resource or collection-level GET. Specify a comma-separated list of properties. (e.g.: "?select=id,type,customerId,services,createdAt,lastOccurredAt,generation,resourceUri")

Responses
200

Details of the issue with the given Id

400

Bad/Malformed request

401

Unauthenticated request

403

Unauthorized request

404

Issue with the given Id does not exist

405

Method not supported

409

Issue is not active

422

Unprocessable input request

500

Internal server error

503

Service unavailable

Request samples
Response samples
application/json
{
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "generation": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "body": "string",
  • "category": "string",
  • "clearedAt": "2019-08-24T14:15:22Z",
  • "groups": [
    ],
  • "issueType": "string",
  • "lastOccurredAt": "2019-08-24T14:15:22Z",
  • "occurrenceCount": 0,
  • "recommendation": "string",
  • "relatedResources": [
    ],
  • "services": [
    ],
  • "severity": "string",
  • "snoozed": true,
  • "snoozedBy": "string",
  • "snoozedFor": "NONE",
  • "snoozedUntil": "2019-08-24T14:15:22Z",
  • "sourceResourceId": "string",
  • "sourceResourceType": "string",
  • "state": "string"
}