[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator

Get Support Ticket Details

Description

Retrieves details about a specified support request of a specified organization.

Request

Request

URL

URL


get
https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/{supportRequestId}
Copy

Path Parameters

Path Parameters

string
orgId Required

  • Org Id for which the support request should be fetched. This can be either tenant or provider org Id


string
supportRequestId Required

  • The id with which the support request should be found


Header Parameters

Header Parameters

string
csp-auth-token Optional

  • Access token generated from refresh token for authentication.


Authentication

Authentication

This operation uses the following authentication methods.


Response

Response

Response Body

Response Body

200 OK

Returns array of SupportTicketDetailsExtended of type(s) application/json
This response body class contains all of the following: SupportTicketDetails, InlineSupportTicketDetailsExtended1

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -H "csp-auth-token: string" https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/{supportRequestId}


Feedback

Was this page helpful?