Description |
:
Lists all the support tickets for an Azure subscription. You can also filter the support tickets by _Status_, _CreatedDate_, _ServiceId_, and _ProblemClassificationId_ using the $filter parameter. Output will be a paged result with _nextLink_, using which you can retrieve the next set of support tickets. Support ticket data is available for 18 months after ticket creation. If a ticket was created more than 18 months ago, a request for data might cause an error. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "SupportTickets_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "contactDetails": [ { "#name": "phoneNumber", "Description": { "new": "Phone number. This is required if preferred contact method is phone. It is also required when submitting 'critical' or 'highestcriticalimpact' severity cases.", "old": "Phone number. This is required if preferred contact method is phone." } } ] } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets
{
$top:
integer
,
$filter:
string
,
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
name:
string
,
type:
string
,
properties:
}
{
,
supportTicketId:
string
,
description:
string
,
problemClassificationId:
string
,
problemClassificationDisplayName:
string
,
severity:
enum
,
enrollmentId:
string
,
require24X7Response:
boolean
,
contactDetails:
{
,
firstName:
string
,
lastName:
string
,
preferredContactMethod:
enum
,
primaryEmailAddress:
string
,
additionalEmailAddresses:
[
,
string
,
]
phoneNumber:
string
,
preferredTimeZone:
string
,
country:
string
,
preferredSupportLanguage:
string
,
}
serviceLevelAgreement:
{
,
startTime:
string
,
expirationTime:
string
,
slaMinutes:
integer
,
}
supportEngineer:
{
,
emailAddress:
string
,
}
supportPlanType:
string
,
title:
string
,
problemStartTime:
string
,
serviceId:
string
,
serviceDisplayName:
string
,
status:
string
,
createdDate:
string
,
modifiedDate:
string
,
technicalTicketDetails:
{
,
resourceId:
string
,
}
quotaTicketDetails:
}
{
,
quotaChangeRequestSubType:
string
,
quotaChangeRequestVersion:
string
,
quotaChangeRequests:
}
[
]
,
{
,
region:
string
,
payload:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
}