|
| 1 | +{ |
| 2 | + "parameters": { |
| 3 | + "subscriptionId": "fd3c3665-1729-4b7b-9a38-238e83b0f98b", |
| 4 | + "resourceGroupName": "test-rg", |
| 5 | + "clusterName": "myCluster", |
| 6 | + "api-version": "2023-03-01", |
| 7 | + "softwareAssuranceChangeRequest": { |
| 8 | + "properties": { |
| 9 | + "softwareAssuranceIntent": "Enable" |
| 10 | + } |
| 11 | + } |
| 12 | + }, |
| 13 | + "responses": { |
| 14 | + "202": { |
| 15 | + "headers": { |
| 16 | + "location": "https://foo.com/operationStatuses" |
| 17 | + } |
| 18 | + }, |
| 19 | + "200": { |
| 20 | + "body": { |
| 21 | + "id": "/subscriptions/fd3c3665-1729-4b7b-9a38-238e83b0f98b/resourceGroups/test-rg/providers/Microsoft.AzureStackHCI/clusters/myCluster", |
| 22 | + "name": "myCluster", |
| 23 | + "type": "Microsoft.AzureStackHCI/clusters", |
| 24 | + "location": "East US", |
| 25 | + "tags": {}, |
| 26 | + "systemData": { |
| 27 | + "createdBy": "user1", |
| 28 | + "createdByType": "User", |
| 29 | + "createdAt": "2020-01-01T17:18:19.1234567Z", |
| 30 | + "lastModifiedBy": "user2", |
| 31 | + "lastModifiedByType": "User", |
| 32 | + "lastModifiedAt": "2020-01-02T17:18:19.1234567Z" |
| 33 | + }, |
| 34 | + "properties": { |
| 35 | + "provisioningState": "Succeeded", |
| 36 | + "status": "ConnectedRecently", |
| 37 | + "cloudId": "a3c0468f-e38e-4dda-ac48-817f620536f0", |
| 38 | + "cloudManagementEndpoint": "https://98294836-31be-4668-aeae-698667faf99b.waconazure.com", |
| 39 | + "aadClientId": "24a6e53d-04e5-44d2-b7cc-1b732a847dfc", |
| 40 | + "aadTenantId": "7e589cc1-a8b6-4dff-91bd-5ec0fa18db94", |
| 41 | + "desiredProperties": { |
| 42 | + "windowsServerSubscription": "Enabled", |
| 43 | + "diagnosticLevel": "Basic" |
| 44 | + }, |
| 45 | + "softwareAssuranceProperties": { |
| 46 | + "softwareAssuranceStatus": "Enabled", |
| 47 | + "lastUpdated": "2022-08-18T22:01:12.4191603Z", |
| 48 | + "softwareAssuranceIntent": "Enable" |
| 49 | + }, |
| 50 | + "reportedProperties": { |
| 51 | + "clusterName": "cluster1", |
| 52 | + "clusterId": "a76ac23a-1819-4e82-9410-e3e4ec3d1425", |
| 53 | + "clusterVersion": "10.0.17777", |
| 54 | + "nodes": [ |
| 55 | + { |
| 56 | + "name": "Node1", |
| 57 | + "id": 1, |
| 58 | + "windowsServerSubscription": "Enabled", |
| 59 | + "nodeType": "ThirdParty", |
| 60 | + "manufacturer": "Dell Inc.", |
| 61 | + "model": "EMC AX740", |
| 62 | + "osName": "Azure Stack HCI", |
| 63 | + "osVersion": "10.0.17777.1061", |
| 64 | + "serialNumber": "Q45CZC3", |
| 65 | + "coreCount": 8, |
| 66 | + "memoryInGiB": 128 |
| 67 | + } |
| 68 | + ], |
| 69 | + "lastUpdated": "2020-03-11T19:24:42.1946017Z", |
| 70 | + "imdsAttestation": "Disabled", |
| 71 | + "diagnosticLevel": "Basic" |
| 72 | + }, |
| 73 | + "trialDaysRemaining": 30, |
| 74 | + "billingModel": "Trial", |
| 75 | + "registrationTimestamp": "2020-03-11T20:44:32.5625121Z", |
| 76 | + "lastSyncTimestamp": "2020-03-11T20:44:32.5625121Z", |
| 77 | + "lastBillingTimestamp": "2020-03-12T08:12:55.2312022Z" |
| 78 | + } |
| 79 | + } |
| 80 | + } |
| 81 | + } |
| 82 | +} |
0 commit comments