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

Get Org Support Tickets

Description

Retrieves filtered and paginated support requests associated with a specified organization.

Request

Request

URL

URL


get
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 requests should be fetched. This can be either tenant or provider org Id


Query Parameters

Query Parameters

string
category Optional

  • Filter tickets to find by the issue category


string
include_tenant_orgs Optional

  • Filter to obtain support requests raised for the current organization and its tenants


string
internal_ticket_id Optional

  • The provider internal ticket id filter


string
org_name Optional

  • Org name filter pattern for which the support requests need to be fetched.


string
page_limit Optional

  • Maximum number of support tickets to return in response. Defaults to 100


string
page_start Optional

  • Start index of records to fetch. Defaults to 1


string
severity Optional

  • Filter support to request tickets by severity


string
status Optional

  • Filter support request by the specified status


string
subject Optional

  • Filter to obtain support requests containing a phrase in the subject


string
user_tickets_only Optional

  • Filter to obtain support requests raised by the current user only


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 PagedSupportTicketDetails of type(s) application/json
This response body class contains all of the following: PagedEntityDetails, InlinePagedSupportTicketDetails1

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


Feedback

Was this page helpful?