|
| 1 | +{ |
| 2 | + "parameters": { |
| 3 | + "subscriptionId": "subid", |
| 4 | + "supportTicketName": "testticket", |
| 5 | + "api-version": "2020-04-01", |
| 6 | + "createSupportTicketParameters": { |
| 7 | + "properties": { |
| 8 | + "serviceId": "/providers/Microsoft.Support/services/quota_service_guid", |
| 9 | + "title": "my title", |
| 10 | + "description": "my description", |
| 11 | + "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/als_problemClassification_guid", |
| 12 | + "severity": "moderate", |
| 13 | + "contactDetails": { |
| 14 | + "firstName": "abc", |
| 15 | + "lastName": "xyz", |
| 16 | + "primaryEmailAddress": "[email protected]", |
| 17 | + "preferredContactMethod": "email", |
| 18 | + "preferredTimeZone": "Pacific Standard Time", |
| 19 | + "preferredSupportLanguage": "en-US", |
| 20 | + "country": "usa" |
| 21 | + }, |
| 22 | + "quotaTicketDetails": { |
| 23 | + "quotaChangeRequestVersion": "1.0", |
| 24 | + "quotaChangeRequests": [ |
| 25 | + { |
| 26 | + "region": "EastUS", |
| 27 | + "payload": "{\"deployment_model\":\"LabPlan_V2\",\"vnetRegion\":\"Yes\",\"QuotaBucket\":\"standardFSv2Family\",\"NewLimit\":157}" |
| 28 | + } |
| 29 | + ] |
| 30 | + } |
| 31 | + } |
| 32 | + } |
| 33 | + }, |
| 34 | + "responses": { |
| 35 | + "202": { |
| 36 | + "headers": { |
| 37 | + "location": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Support/operationResults/operationid?api-version=2020-04-01", |
| 38 | + "azure-asyncoperation": "https://management.azure.com/subscriptions/subid/providers/Microsoft.Support/operationsStatus/operationid?api-version=2020-04-01" |
| 39 | + } |
| 40 | + }, |
| 41 | + "200": { |
| 42 | + "body": { |
| 43 | + "id": "/subscriptions/subid/providers/Microsoft.Support/supportTickets/testticket", |
| 44 | + "name": "testticket", |
| 45 | + "type": "Microsoft.Support/supportTickets", |
| 46 | + "properties": { |
| 47 | + "supportTicketId": "119120321001170", |
| 48 | + "description": "my description", |
| 49 | + "problemClassificationId": "/providers/Microsoft.Support/services/quota_service_guid/problemClassifications/als_problemClassification_guid", |
| 50 | + "problemClassificationDisplayName": "Azure Lab Services", |
| 51 | + "severity": "moderate", |
| 52 | + "require24X7Response": false, |
| 53 | + "contactDetails": { |
| 54 | + "firstName": "abc", |
| 55 | + "lastName": "xyz", |
| 56 | + "preferredContactMethod": "email", |
| 57 | + "primaryEmailAddress": "[email protected]", |
| 58 | + "preferredTimeZone": "Pacific Standard Time", |
| 59 | + "country": "usa", |
| 60 | + "preferredSupportLanguage": "en-US" |
| 61 | + }, |
| 62 | + "quotaTicketDetails": { |
| 63 | + "quotaChangeRequestVersion": "1.0", |
| 64 | + "quotaChangeRequests": [ |
| 65 | + { |
| 66 | + "region": "EastUS", |
| 67 | + "payload": "{\"deployment_model\":\"LabPlan_V2\",\"vnetRegion\":\"No\",\"QuotaBucket\":\"standardFSv2Family\",\"NewLimit\":157}" |
| 68 | + } |
| 69 | + ] |
| 70 | + }, |
| 71 | + "serviceLevelAgreement": { |
| 72 | + "startTime": "2023-03-30T21:36:18Z", |
| 73 | + "expirationTime": "2023-03-30T17:36:18Z", |
| 74 | + "slaMinutes": 240 |
| 75 | + }, |
| 76 | + "supportEngineer": { |
| 77 | + "emailAddress": null |
| 78 | + }, |
| 79 | + "supportPlanType": "Premier", |
| 80 | + "title": "my title", |
| 81 | + "serviceId": "/providers/Microsoft.Support/services/quota_service_guid", |
| 82 | + "serviceDisplayName": "Service and subscription limits (quotas)", |
| 83 | + "status": "Open", |
| 84 | + "createdDate": "2023-03-30T21:36:18Z", |
| 85 | + "modifiedDate": "2023-03-30T21:36:23Z" |
| 86 | + } |
| 87 | + } |
| 88 | + } |
| 89 | + } |
| 90 | +} |
0 commit comments