Skip to content
1 change: 1 addition & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ koreacentral
koreasouth
Kpis
Kraaij
Kratos
Krustlet
Ksettings
kstem
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"parameters": {
"api-version": "2022-03-01",
"subscriptionId": "subid",
"resourceGroupName": "rgName",
"spacecraftName": "AQUA",
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
"resourceGroupName": "contoso-Rgp",
"spacecraftName": "CONTOSO_SAT",
"parameters": {
"contactProfile": {
"id": "/subscriptions/subId/resourceGroups/rg/Microsoft.Orbital/contactProfiles/AQUA_DIRECTPLAYBACK_WITH_UPLINK"
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/contactProfiles/CONTOSO-CP"
},
"groundStationName": "westus_gs1",
"startTime": "2020-07-16T05:40:21.00Z",
"endTime": "2020-07-17T23:49:40.00Z"
"groundStationName": "EASTUS2_0",
"startTime": "2022-03-01T11:30:00Z",
"endTime": "2022-03-02T11:30:00Z"
}
},
"responses": {
Expand All @@ -24,40 +24,40 @@
"value": [
{
"spacecraft": {
"id": "/subscriptions/subId/resourceGroups/rg/Microsoft.Orbital/spacecrafts/AQUA"
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/spacecrafts/CONTOSO_SAT"
},
"groundStationName": "westus_gs1",
"groundStationName": "EASTUS2_0",
"properties": {
"maximumElevationDegrees": 70.94,
"rxStartTime": "2020-07-16T20:40:21.00Z",
"rxEndTime": "2020-07-16T20:49:40.00Z",
"txStartTime": "2020-07-16T20:40:21.00Z",
"txEndTime": "2020-07-16T20:49:40.00Z",
"startAzimuthDegrees": 148.237,
"endAzimuthDegrees": 353.837,
"startElevationDegrees": 10.0,
"endElevationDegrees": 10.0
"maximumElevationDegrees": 26.617297,
"txStartTime": "2022-03-01T11:55:01Z",
"txEndTime": "2022-03-01T12:05:25Z",
"rxStartTime": "2022-03-01T11:55:01Z",
"rxEndTime": "2022-03-01T12:05:25Z",
"startAzimuthDegrees": 201.340472,
"endAzimuthDegrees": 330.489627,
"startElevationDegrees": 5.0,
"endElevationDegrees": 5.040625
}
},
{
"spacecraft": {
"id": "/subscriptions/subId/resourceGroups/rg/Microsoft.Orbital/spacecrafts/AQUA"
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/spacecrafts/CONTOSO_SAT"
},
"groundStationName": "westus_gs1",
"groundStationName": "EASTUS2_0",
"properties": {
"maximumElevationDegrees": 87.153,
"rxStartTime": "2020-07-17T10:13:55.00Z",
"rxEndTime": "2020-07-17T10:23:30.00Z",
"txStartTime": "2020-07-17T10:13:55.00Z",
"txEndTime": "2020-07-17T10:23:30.00Z",
"startAzimuthDegrees": 14.392,
"endAzimuthDegrees": 194.36,
"startElevationDegrees": 10.0,
"endElevationDegrees": 10.0
"maximumElevationDegrees": 85.9796,
"txStartTime": "2022-03-02T10:58:30Z",
"txEndTime": "2022-03-02T11:10:45Z",
"rxStartTime": "2022-03-02T10:58:30Z",
"rxEndTime": "2022-03-02T11:10:45Z",
"startAzimuthDegrees": 165.758896,
"endAzimuthDegrees": 345.848482,
"startElevationDegrees": 5.0,
"endElevationDegrees": 5.048656
}
}
],
"nextLink": "string"
"nextLink": "https://management.azure.com/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/spacecrafts/CONTOSO_SAT/listAvailableContacts?api-version=2022-03-01&$skiptoken=opaqueString"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"parameters": {
"api-version": "2022-03-01",
"subscriptionId": "subid",
"groundStationName": "westus_gs1"
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
"groundStationName": "EASTUS2_0"
},
"responses": {
"200": {
"body": {
"name": "westus_gs1",
"location": "westus",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Orbital/availableGroundStations/westus_gs1",
"location": "eastus2",
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/availableGroundStations/EASTUS2_0",
"name": "EASTUS2_0",
"type": "Microsoft.Orbital/availableGroundStations",
"properties": {
"city": "redmond",
"city": "Atlanta",
"providerName": "Microsoft",
"longitudeDegrees": 47.674,
"latitudeDegrees": -122.122,
"altitudeMeters": 1500.83,
"releaseMode": ""
"longitudeDegrees": -84.39111,
"latitudeDegrees": 33.74831,
"altitudeMeters": 1641.0
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,39 +1,37 @@
{
"parameters": {
"api-version": "2022-03-01",
"subscriptionId": "subId",
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
"capability": "EarthObservation"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "westus_gs1",
"location": "westus",
"id": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Orbital/availableGroundStations/westus_gs1",
"location": "eastus2",
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/availableGroundStations/EASTUS2_0",
"name": "EASTUS2_0",
"type": "Microsoft.Orbital/availableGroundStations",
"properties": {
"city": "redmond",
"city": "Atlanta",
"providerName": "Microsoft",
"longitudeDegrees": 47.674,
"latitudeDegrees": -122.122,
"altitudeMeters": 1500.83,
"releaseMode": ""
"longitudeDegrees": -84.39111,
"latitudeDegrees": 33.74831,
"altitudeMeters": 1641.0
}
},
{
"name": "westus_gs2",
"location": "westus",
"id": "/subscriptions/subId/resourceGroups/rg1/providers/Microsoft.Orbital/availableGroundStations/westus_gs2",
"location": "eastus2",
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/providers/Microsoft.Orbital/availableGroundStations/EASTUS_1",
"name": "EASTUS_1",
"type": "Microsoft.Orbital/availableGroundStations",
"properties": {
"city": "redmond",
"city": "Reston",
"providerName": "Microsoft",
"longitudeDegrees": 47.674,
"latitudeDegrees": -122.122,
"altitudeMeters": 1500.83,
"releaseMode": ""
"longitudeDegrees": -77.357002,
"latitudeDegrees": 38.9586307,
"altitudeMeters": 128.0
}
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"parameters": {
"api-version": "2022-03-01",
"subscriptionId": "subid",
"resourceGroupName": "rg1",
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
"resourceGroupName": "contoso-Rgp",
"contactName": "contact1",
"spacecraftName": "AQUA",
"spacecraftName": "CONTOSO_SAT",
"parameters": {
"properties": {
"reservationStartTime": "2020-07-16T20:35:00.00Z",
"reservationEndTime": "2020-07-16T20:55:00.00Z",
"groundStationName": "westus_gs1",
"reservationStartTime": "2022-03-02T10:58:30Z",
"reservationEndTime": "2022-03-02T11:10:45Z",
"groundStationName": "EASTUS2_0",
"contactProfile": {
"id": "/subscriptions/subId/resourceGroups/rg/Microsoft.Orbital/contactProfiles/AQUA_DIRECTPLAYBACK_WITH_UPLINK"
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/contactProfiles/CONTOSO-CP"
}
}
}
Expand All @@ -22,59 +22,59 @@
"Azure-AsyncOperation": "https://management.azure.com/Microsoft.Orbital/operationResults/4e2ffff7-b331-4fcb-ab11-b5fa49368188?api-version=2022-03-01"
},
"body": {
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/spacecrafts/CONTOSO_SAT/contacts/contact1",
"name": "contact1",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Orbital/spacecrafts/AQUA/contacts/contact1",
"type": "Microsoft.Orbital/spacecrafts/contacts",
"properties": {
"status": "scheduled",
"provisioningState": "Updating",
"reservationStartTime": "2020-07-16T20:35:00.00Z",
"reservationEndTime": "2020-07-16T20:55:00.00Z",
"rxStartTime": "2020-07-16T20:40:21.00Z",
"rxEndTime": "2020-07-16T20:49:40.00Z",
"txStartTime": "2020-07-16T20:40:21.00Z",
"txEndTime": "2020-07-16T20:49:40.00Z",
"errorMessage": "",
"maximumElevationDegrees": 70.94,
"startAzimuthDegrees": 148.237,
"endAzimuthDegrees": 353.837,
"startElevationDegrees": 10.0,
"endElevationDegrees": 10.0,
"groundStationName": "westus_gs1",
"reservationStartTime": "2022-03-02T10:58:30Z",
"reservationEndTime": "2022-03-02T11:10:45Z",
"errorMessage": null,
"groundStationName": "EASTUS2_0",
"contactProfile": {
"id": "/subscriptions/subId/resourceGroups/rg/Microsoft.Orbital/contactProfiles/AQUA_DIRECTPLAYBACK_WITH_UPLINK"
}
},
"type": "Microsoft.Orbital/contacts"
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/contactProfiles/CONTOSO-CP"
},
"antennaConfiguration": null,
"maximumElevationDegrees": 85.9796,
"txStartTime": "2022-03-02T10:58:30Z",
"txEndTime": "2022-03-02T11:10:45Z",
"rxStartTime": "2022-03-02T10:58:30Z",
"rxEndTime": "2022-03-02T11:10:45Z",
"startAzimuthDegrees": 165.758896,
"endAzimuthDegrees": 345.848482,
"startElevationDegrees": 5.0,
"endElevationDegrees": 5.048656
}
}
},
"201": {
"headers": {
"Azure-AsyncOperation": "https://management.azure.com/Microsoft.Orbital/operationResults/4e2ffff7-b331-4fcb-ab11-b5fa49368188?api-version=2022-03-01"
},
"body": {
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/spacecrafts/CONTOSO_SAT/contacts/contact1",
"name": "contact1",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Orbital/spacecrafts/AQUA/contacts/contact1",
"type": "Microsoft.Orbital/spacecrafts/contacts",
"properties": {
"status": "scheduled",
"provisioningState": "Creating",
"reservationStartTime": "2020-07-16T20:35:00.00Z",
"reservationEndTime": "2020-07-16T20:55:00.00Z",
"rxStartTime": "2020-07-16T20:40:21.00Z",
"rxEndTime": "2020-07-16T20:49:40.00Z",
"txStartTime": "2020-07-16T20:40:21.00Z",
"txEndTime": "2020-07-16T20:49:40.00Z",
"errorMessage": "",
"maximumElevationDegrees": 70.94,
"startAzimuthDegrees": 148.237,
"endAzimuthDegrees": 353.837,
"startElevationDegrees": 10.0,
"endElevationDegrees": 10.0,
"groundStationName": "westus_gs1",
"reservationStartTime": "2022-03-02T10:58:30Z",
"reservationEndTime": "2022-03-02T11:10:45Z",
"errorMessage": null,
"groundStationName": "EASTUS2_0",
"contactProfile": {
"id": "/subscriptions/subId/resourceGroups/rg/Microsoft.Orbital/contactProfiles/AQUA_DIRECTPLAYBACK_WITH_UPLINK"
}
},
"type": "Microsoft.Orbital/contacts"
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/contactProfiles/CONTOSO-CP"
},
"antennaConfiguration": null,
"maximumElevationDegrees": 0.0,
"txStartTime": null,
"txEndTime": null,
"rxStartTime": null,
"rxEndTime": null,
"startAzimuthDegrees": 0.0,
"endAzimuthDegrees": 0.0,
"startElevationDegrees": 0.0,
"endElevationDegrees": 0.0
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"parameters": {
"api-version": "2022-03-01",
"subscriptionId": "subid",
"resourceGroupName": "rg1",
"spacecraftName": "AQUA",
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
"resourceGroupName": "contoso-Rgp",
"spacecraftName": "CONTOSO_SAT",
"contactName": "contact1"
},
"responses": {
"200": {},
"200": {
"headers": {
"Location": "https://management.azure.com/Microsoft.Orbital/operationResults/4e2ffff7-b331-4fcb-ab11-b5fa49368188?api-version=2022-03-01"
}
},
"202": {
"headers": {
"Location": "https://management.azure.com/Microsoft.Orbital/operationResults/4e2ffff7-b331-4fcb-ab11-b5fa49368188?api-version=2022-03-01"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,45 +1,44 @@
{
"parameters": {
"api-version": "2022-03-01",
"subscriptionId": "subid",
"resourceGroupName": "rg1",
"spacecraftName": "AQUA",
"subscriptionId": "c1be1141-a7c9-4aac-9608-3c2e2f1152c3",
"resourceGroupName": "contoso-Rgp",
"spacecraftName": "CONTOSO_SAT",
"contactName": "contact1"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/spacecrafts/CONTOSO_SAT/contacts/contact1",
"name": "contact1",
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Orbital/spacecrafts/AQUA/contacts/contact1",
"type": "Microsoft.Orbital/spacecrafts/contacts",
"properties": {
"provisioningState": "Succeeded",
"status": "scheduled",
"reservationStartTime": "2020-07-16T20:35:00.00Z",
"reservationEndTime": "2020-07-16T20:55:00.00Z",
"rxStartTime": "2020-07-16T20:40:21.00Z",
"rxEndTime": "2020-07-16T20:49:40.00Z",
"txStartTime": "2020-07-16T20:40:21.00Z",
"txEndTime": "2020-07-16T20:49:40.00Z",
"errorMessage": "",
"maximumElevationDegrees": 70.94,
"startAzimuthDegrees": 148.237,
"endAzimuthDegrees": 353.837,
"startElevationDegrees": 10.0,
"endElevationDegrees": 10.0,
"groundStationName": "westus_gs1",
"provisioningState": "Succeeded",
"reservationStartTime": "2022-03-02T10:58:30Z",
"reservationEndTime": "2022-03-02T11:10:45Z",
"errorMessage": null,
"groundStationName": "EASTUS2_0",
"contactProfile": {
"id": "/subscriptions/subId/resourceGroups/rg/Microsoft.Orbital/contactProfiles/AQUA_DIRECTPLAYBACK_WITH_UPLINK"
"id": "/subscriptions/c1be1141-a7c9-4aac-9608-3c2e2f1152c3/resourceGroups/contoso-Rgp/providers/Microsoft.Orbital/contactProfiles/CONTOSO-CP"
},
"antennaConfiguration": {
"destinationIp": "172.16.0.254",
"destinationIp": "10.1.1.171",
"sourceIps": [
"172.16.0.1",
"172.16.0.2",
"172.16.0.254"
"10.1.1.4",
"10.1.1.5"
]
}
},
"type": "Microsoft.Orbital/contacts"
},
"maximumElevationDegrees": 85.9796,
"txStartTime": "2022-03-02T10:58:30Z",
"txEndTime": "2022-03-02T11:10:45Z",
"rxStartTime": "2022-03-02T10:58:30Z",
"rxEndTime": "2022-03-02T11:10:45Z",
"startAzimuthDegrees": 165.758896,
"endAzimuthDegrees": 345.848482,
"startElevationDegrees": 5.0,
"endElevationDegrees": 5.048656
}
}
}
}
Expand Down
Loading