Get wellness event with specific ID

get/events/{id}

Retrieves a wellness event identified by the given ID.

SecurityBearer
Request
path Parameters
id
required
string <uuid>

The wellness event ID.

Examples:
Returns event that match the given wellness event ID.
0908777a-788f-45da-afb8-295c626e4d14
Responses
200

OK

400

Bad Request

401

Unauthorized - Invalid JWT token in Request

404

Bad Request. A wellness event does not exist with the given ID.

429

You have exceeded the allowed rate limit. Contact HPE support if it is an error.

500

Unexpected Server Error. Retry and contact HPE support if the error is not resolved.

Request samples
Response samples
application/json
{
  • "id": "0001b67f-9518-4d0f-9b17-70cec7763632",
  • "type": "wellness/event",
  • "resourceUri": "/wellness/v2beta2/events/0001b67f-9518-4d0f-9b17-70cec7763632",
  • "title": "Potential increase in the frequency of reboots on Gen 9 Servers",
  • "description": {
    },
  • "asset": {
    },
  • "condition": {
    },
  • "status": {
    },
  • "causes": [
    ],
  • "supportCase": {
    },
  • "createdAt": "2023-01-27T18:17:37.607Z",
  • "updatedAt": "2024-01-09T23:37:37.607Z",
  • "generation": 0,
  • "flag": true,
  • "read": true
}