[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Create Org Support Ticket
DescriptionCreates a support request for a specified organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests
Path Parameters
Path Parameters
string
orgId
Required
- Org Id for which support request be created. This can be either tenant or provider org Id
Header Parameters
Header Parameters
string
csp-auth-token
Optional
- Access token generated from refresh token for authentication.
Request Body
Request Body
of type(s) application/json
Optional
Payload that creates a support request for a specified organization
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
201 Created
Returns
array
of
SupportTicketDetails
of type(s) application/json
This response body class contains all of the following:
BaseEntity, InlineSupportTicketDetails1
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl -X POST -H "csp-auth-token: string" -H "Content-Type: application/json" https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
On This Page
Support Requests Operations
get
post