{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector SupportTickets API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "SupportTickets", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Support Checknameavailability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Support/checkNameAvailability", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription Id." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription." }, { "info": { "name": "Microsoft Azure Post Providers Microsoft Support Checknameavailability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/providers/Microsoft.Support/checkNameAvailability", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "Check the availability of a resource name. This API should be used to check the uniqueness of the name for support ticket creation for the selected subscription." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Support/supportTickets", "params": [ { "name": "$top", "value": "", "type": "query", "description": "The number of values to return in the collection. Default is 25 and max is 100." }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the operation. We support 'odata v4.0' filter semantics. [Learn more](https://docs.microsoft.com/odata/concepts/queryoptions-overview). _Status_, _ServiceId_, and _ProblemClassificationId_ filters can only be used with Equals ('eq') operator. For _CreatedDate_ filter, the supported operators are Greater Than ('gt') and Greater Than or Equals ('ge'). When using both filters, combine them using the logical 'AND'." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription Id." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "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." }, { "info": { "name": "Microsoft Azure Get Providers Microsoft Support Supporttickets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Support/supportTickets", "params": [ { "name": "$top", "value": "", "type": "query", "description": "The number of values to return in the collection. Default is 25 and max is 100." }, { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply on the operation. We support 'odata v4.0' filter semantics. Learn more
Status , ServiceId, and ProblemClassificationId filters can only be used with 'eq' operator. For CreatedDate filter, the supported operators are 'gt' and 'ge'. When using both filters, combine them using the logical 'AND'." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "Lists all the support tickets. 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." }, { "info": { "name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Support/supportTickets/:supportTicketName", "params": [ { "name": "supportTicketName", "value": "", "type": "path", "description": "Support ticket name." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription Id." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "Get ticket details for an Azure subscription. 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." }, { "info": { "name": "Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Support/supportTickets/:supportTicketName", "params": [ { "name": "supportTicketName", "value": "", "type": "path", "description": "Support ticket name." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription Id." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "Creates a new support ticket for Subscription and Service limits (Quota), Technical, Billing, and Subscription Management issues for the specified subscription. Learn the [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.Adding attachments is not currently supported via the API. To add a file to an existing support" }, { "info": { "name": "Microsoft Azure Patch Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Support/supportTickets/:supportTicketName", "params": [ { "name": "supportTicketName", "value": "", "type": "path", "description": "Support ticket name." }, { "name": "subscriptionId", "value": "", "type": "path", "description": "Azure subscription Id." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "This API allows you to update the severity level, ticket status, advanced diagnostic consent and your contact information in the support ticket.Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API." }, { "info": { "name": "Microsoft Azure Get Providers Microsoft Support Supporttickets Supportticketname", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/Microsoft.Support/supportTickets/:supportTicketName", "params": [ { "name": "supportTicketName", "value": "", "type": "path", "description": "Support ticket name." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "Gets details for a specific support ticket. 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." }, { "info": { "name": "Microsoft Azure Put Providers Microsoft Support Supporttickets Supportticketname", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/providers/Microsoft.Support/supportTickets/:supportTicketName", "params": [ { "name": "supportTicketName", "value": "", "type": "path", "description": "Support ticket name." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "Creates a new support ticket for Billing, and Subscription Management issues. Learn the [prerequisites](https://aka.ms/supportAPI) required to create a support ticket.Always call the Services and ProblemClassifications API to get the most recent set of services and problem categories required for support ticket creation.Adding attachments is not currently supported via the API. To add a file to an existing support ticket, visit the [Manage support ticket](https://portal.azure.com/#blade/Microsof" }, { "info": { "name": "Microsoft Azure Patch Providers Microsoft Support Supporttickets Supportticketname", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/providers/Microsoft.Support/supportTickets/:supportTicketName", "params": [ { "name": "supportTicketName", "value": "", "type": "path", "description": "Support ticket name." }, { "name": "api-version", "value": "", "type": "query", "description": "API version." } ] }, "docs": "This API allows you to update the severity level, ticket status, and your contact information in the support ticket.Note: The severity levels cannot be changed if a support ticket is actively being worked upon by an Azure support engineer. In such a case, contact your support engineer to request severity update by adding a new communication using the Communications API." } ] } ], "bundled": true }