Create a support case

post/support-cases

Create a support case for a wellness event. This is an asynchronous operation. Use the URI specified in the Location response header to retrieve the status of the case creation operation.

SecurityBearer
Request
Request Body schema: application/json
required

Request Body

object (EventResourceRef)

Reference to the wellness event.

Responses
202

OK

400

Bad Request

401

Unauthorized - Invalid JWT token in Request

404

Wellness event doesn't exist with the given ID

409

Conflict - Support case creation is already in progress for this event

429

You have exceeded the allowed rate limit. Contact HPE Support if its an error.

500

Unexpected server eror. Retry and contact HPE Support if the error is not resolved.

Request samples
application/json
{
  • "event": {
    }
}
Response samples
application/json
{
  • "errorCode": "HPE_GL_WELLNESS_POST_SUPPORT_CASE_INVALID_REQUEST_BODY",
  • "message": "Invalid request body",
  • "debugId": "75d40213-6776-40ff-a959-89a7514ef7fc",
  • "httpStatusCode": 400
}