[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Get Close Sr Reasons
DescriptionRetrieves information about the reasons for closing support requests of a specified organization.
Request
URLURL
https://console.navigator.vmware.com/cphub/api/support/v1/orgs/{orgId}/support-requests/close-reasons
Path Parameters
Path Parameters
string
orgId
Required
- Org Id for which close reasons should be fetched. 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.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
SupportRequestCloseReasons
of type(s) application/json
{
"closeSrReasons": []
}
array of
string
closeSrReasons
Optional
Reason for closing the support request.
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/close-reasons
[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
On This Page
Support Requests Operations
get
post