Create a Support Request
The VMware Cloud Partner Navigator support API grants you the capability to create support tickets and upload image files and text files as additional information for an issue.
Prerequisites
- You have the Provider Administrator, Provider Support User, or Customer Administrator role.
- Obtain an access token from the organization you
want to manage and set it as the
csp-auth-token
request header. See Using VMware Cloud Partner Navigator APIs.
Procedure
Results
A new support ticket is logged into the system for the selected organization.
Example: Create a Support Request
This example creates a support ticket with an attached image file.
Request
{ "severity":"3 - Medium", "issueCategoryId":"VMware Cloud Services - User Management", "userAgreedToEula":"false", "internalTicketId":"", "fileReferences":[ { "fileName":"/Users/myuser/Documents/effa7bfb-4ce4-4f08-ba7b-fb4ce44f08fb_0.zip", "action":"ADD", "fileId":"3db6a332-09d1-4783-84bc-9875a1b761d7" } ], "phoneNumber":"+91123456789", "preferredContactMethod":"Phone", "description":"desciption 2018-09-17T18:03:31.380", "timeZone":"(GMT+05:30) India Standard Time", "category":"nonTechnical", "title":"API Support subject 2018-09-17T18:03:31.380", "orgId":"24f699c2-e168-4199-b206-937b50655b11" }
Response
Status 201 Created
What to do next
- See if your newly created support ticket appears in
the list of support
requests.
GET https://console.navigator.vmware.com/cphub/api/support/v1/orgs/org_ID/support-requests