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

Create Org Support Ticket

Description

Creates a support request for a specified organization.

Request

Request

URL

URL


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

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

Authentication

This operation uses the following authentication methods.


Response

Response

Response Body

Response 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 Samples

Code 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


Feedback

Was this page helpful?