[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Get Support Ticket Details
DescriptionRetrieves details about a specified support request of a specified organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/{supportRequestId}
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
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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 SamplesCode Samples
cURL Command
curl -H "csp-auth-token: string" https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/{supportRequestId}
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
On This Page
Support Requests Operations
get
post