|
| 1 | +{ |
| 2 | + "parameters": { |
| 3 | + "api-version": "2022-03-01", |
| 4 | + "subscriptionId": "subid", |
| 5 | + "resourceGroupName": "rg1", |
| 6 | + "contactName": "contact1", |
| 7 | + "spacecraftName": "AQUA", |
| 8 | + "parameters": { |
| 9 | + "properties": { |
| 10 | + "reservationStartTime": "2020-07-16T20:35:00.00Z", |
| 11 | + "reservationEndTime": "2020-07-16T20:55:00.00Z", |
| 12 | + "groundStationName": "westus_gs1", |
| 13 | + "contactProfile": { |
| 14 | + "id": "/subscriptions/subId/resourceGroups/rg/Microsoft.Orbital/contactProfiles/AQUA_DIRECTPLAYBACK_WITH_UPLINK" |
| 15 | + } |
| 16 | + } |
| 17 | + } |
| 18 | + }, |
| 19 | + "responses": { |
| 20 | + "200": { |
| 21 | + "headers": { |
| 22 | + "Azure-AsyncOperation": "https://management.azure.com/Microsoft.Orbital/operationResults/4e2ffff7-b331-4fcb-ab11-b5fa49368188?api-version=2022-03-01" |
| 23 | + }, |
| 24 | + "body": { |
| 25 | + "name": "contact1", |
| 26 | + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Orbital/spacecrafts/AQUA/contacts/contact1", |
| 27 | + "properties": { |
| 28 | + "status": "scheduled", |
| 29 | + "provisioningState": "Updating", |
| 30 | + "reservationStartTime": "2020-07-16T20:35:00.00Z", |
| 31 | + "reservationEndTime": "2020-07-16T20:55:00.00Z", |
| 32 | + "rxStartTime": "2020-07-16T20:40:21.00Z", |
| 33 | + "rxEndTime": "2020-07-16T20:49:40.00Z", |
| 34 | + "txStartTime": "2020-07-16T20:40:21.00Z", |
| 35 | + "txEndTime": "2020-07-16T20:49:40.00Z", |
| 36 | + "errorMessage": "", |
| 37 | + "maximumElevationDegrees": 70.94, |
| 38 | + "startAzimuthDegrees": 148.237, |
| 39 | + "endAzimuthDegrees": 353.837, |
| 40 | + "startElevationDegrees": 10.0, |
| 41 | + "endElevationDegrees": 10.0, |
| 42 | + "groundStationName": "westus_gs1", |
| 43 | + "contactProfile": { |
| 44 | + "id": "/subscriptions/subId/resourceGroups/rg/Microsoft.Orbital/contactProfiles/AQUA_DIRECTPLAYBACK_WITH_UPLINK" |
| 45 | + } |
| 46 | + }, |
| 47 | + "type": "Microsoft.Orbital/contacts" |
| 48 | + } |
| 49 | + }, |
| 50 | + "201": { |
| 51 | + "headers": { |
| 52 | + "Azure-AsyncOperation": "https://management.azure.com/Microsoft.Orbital/operationResults/4e2ffff7-b331-4fcb-ab11-b5fa49368188?api-version=2022-03-01" |
| 53 | + }, |
| 54 | + "body": { |
| 55 | + "name": "contact1", |
| 56 | + "id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Orbital/spacecrafts/AQUA/contacts/contact1", |
| 57 | + "properties": { |
| 58 | + "status": "scheduled", |
| 59 | + "provisioningState": "Creating", |
| 60 | + "reservationStartTime": "2020-07-16T20:35:00.00Z", |
| 61 | + "reservationEndTime": "2020-07-16T20:55:00.00Z", |
| 62 | + "rxStartTime": "2020-07-16T20:40:21.00Z", |
| 63 | + "rxEndTime": "2020-07-16T20:49:40.00Z", |
| 64 | + "txStartTime": "2020-07-16T20:40:21.00Z", |
| 65 | + "txEndTime": "2020-07-16T20:49:40.00Z", |
| 66 | + "errorMessage": "", |
| 67 | + "maximumElevationDegrees": 70.94, |
| 68 | + "startAzimuthDegrees": 148.237, |
| 69 | + "endAzimuthDegrees": 353.837, |
| 70 | + "startElevationDegrees": 10.0, |
| 71 | + "endElevationDegrees": 10.0, |
| 72 | + "groundStationName": "westus_gs1", |
| 73 | + "contactProfile": { |
| 74 | + "id": "/subscriptions/subId/resourceGroups/rg/Microsoft.Orbital/contactProfiles/AQUA_DIRECTPLAYBACK_WITH_UPLINK" |
| 75 | + } |
| 76 | + }, |
| 77 | + "type": "Microsoft.Orbital/contacts" |
| 78 | + } |
| 79 | + } |
| 80 | + } |
| 81 | +} |
0 commit comments