Machines - List Connections
Mengembalikan kumpulan koneksi yang mengakhiri atau berasal dari komputer yang ditentukan
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/connections?api-version=2015-11-01-preview
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines/{machineName}/connections?api-version=2015-11-01-preview&startTime={startTime}&endTime={endTime}
Parameter URI
Nama | Dalam | Diperlukan | Jenis | Deskripsi |
---|---|---|---|---|
machine
|
path | True |
string |
Nama sumber daya komputer. |
resource
|
path | True |
string |
Nama grup sumber daya dalam subscriptionId yang ditentukan. Pola regex: |
subscription
|
path | True |
string |
Pengidentifikasi langganan Azure. |
workspace
|
path | True |
string |
Ruang kerja OMS yang berisi sumber daya yang diminati. Pola regex: |
api-version
|
query | True |
string |
Versi API. |
end
|
query |
string date-time |
Tanggal dan waktu UTC yang menentukan waktu akhir interval. Ketika tidak ditentukan, layanan menggunakan DateTime.UtcNow |
|
start
|
query |
string date-time |
Tanggal dan waktu UTC yang menentukan waktu mulai interval. Ketika tidak ditentukan, layanan menggunakan DateTime.UtcNow - 10m |
Respons
Nama | Jenis | Deskripsi |
---|---|---|
200 OK |
Operasi berhasil diselesaikan. |
|
Other Status Codes |
Terjadi kesalahan saat memproses permintaan ini. Lihat parameter error.code untuk mengidentifikasi kesalahan tertentu. |
Keamanan
azure_auth
Alur OAuth2 Azure Active Directory
Jenis:
oauth2
Alur:
implicit
URL Otorisasi:
https://login.microsoftonline.com/common/oauth2/authorize
Cakupan
Nama | Deskripsi |
---|---|
user_impersonation | meniru akun pengguna Anda |
Contoh
SMMachinesListConnectionsGet
Permintaan sampel
GET https://management.azure.com/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/features/serviceMap/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/connections?api-version=2015-11-01-preview&startTime=2018-01-07T07:31:38.4041029Z&endTime=2018-01-07T07:31:38.4041029Z
Respon sampel
{
"value": [
{
"kind": "rel:connection",
"properties": {
"source": {
"kind": "ref:process",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123"
}
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123/processes/p-1a9dc431ad6048d83dade29fb72dfd9fbe2ee2b4",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
"name": "p-1a9dc431ad6048d83dade29fb72dfd9fbe2ee2b4"
},
"destination": {
"kind": "ref:process",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
}
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-f107e3f1cb5d792e6abfed7832ba4e864f995cee",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
"name": "p-f107e3f1cb5d792e6abfed7832ba4e864f995cee"
},
"serverPort": {
"kind": "ref:port",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
},
"ipAddress": "1.0.0.1",
"portNumber": 9000
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/ports/b-01000001_9000",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
"name": "b-01000001_9000"
},
"failureState": "ok"
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123@p@p-1a9dc431ad6048d83dade29fb72dfd9fbe2ee2b4!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f107e3f1cb5d792e6abfed7832ba4e864f995cee!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_9000",
"type": "Microsoft.OperationalInsights/workspaces/features/connections",
"name": "m@m-00377B1B-7F4D-4EF8-8E1B-5B683DA02123@p@p-1a9dc431ad6048d83dade29fb72dfd9fbe2ee2b4!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-f107e3f1cb5d792e6abfed7832ba4e864f995cee!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_9000"
},
{
"kind": "rel:connection",
"properties": {
"source": {
"kind": "ref:clientgroup",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/clientGroups/m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-01000001_8000",
"type": "Microsoft.OperationalInsights/workspaces/features/clientGroups",
"name": "m!m-A4AB1C69-03E9-42D2-B822-B42555569FB4!b!b-01000001_8000"
},
"destination": {
"kind": "ref:process",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
}
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-68cf5e3251379179122fa88e761e2acd5577c249",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
"name": "p-68cf5e3251379179122fa88e761e2acd5577c249"
},
"serverPort": {
"kind": "ref:port",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
},
"ipAddress": "1.0.0.1",
"portNumber": 8000
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/ports/b-01000001_8000",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
"name": "b-01000001_8000"
},
"failureState": "ok"
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/c@m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000",
"type": "Microsoft.OperationalInsights/workspaces/features/connections",
"name": "c@m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000"
},
{
"kind": "rel:connection",
"properties": {
"source": {
"kind": "ref:process",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
}
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
"name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2"
},
"destination": {
"kind": "ref:process",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
}
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/processes/p-08445135a7215e343f0f49b8d0b70c3b853ef87f",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
"name": "p-08445135a7215e343f0f49b8d0b70c3b853ef87f"
},
"serverPort": {
"kind": "ref:port",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B"
},
"ipAddress": "2.0.0.1",
"portNumber": 1001
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B/ports/b-02000001_1001",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
"name": "b-02000001_1001"
},
"failureState": "ok"
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-08445135a7215e343f0f49b8d0b70c3b853ef87f!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-02000001_1001",
"type": "Microsoft.OperationalInsights/workspaces/features/connections",
"name": "m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@p@p-08445135a7215e343f0f49b8d0b70c3b853ef87f!m@m-21E1AC11-8AFF-4D2D-8A1F-72FEDA473F7B@b@b-02000001_1001"
},
{
"kind": "rel:connection",
"properties": {
"source": {
"kind": "ref:process",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
}
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
"name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2"
},
"destination": {
"kind": "ref:process",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-573847EE-4D31-4936-A8B2-771372806C80"
}
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80/processes/p-daedaa0e25869b6cf36525d51c2d321335e69f71",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
"name": "p-daedaa0e25869b6cf36525d51c2d321335e69f71"
},
"serverPort": {
"kind": "ref:port",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-573847EE-4D31-4936-A8B2-771372806C80"
},
"ipAddress": "2.0.0.2",
"portNumber": 1002
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-573847EE-4D31-4936-A8B2-771372806C80/ports/b-02000002_1002",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
"name": "b-02000002_1002"
},
"failureState": "ok"
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-573847EE-4D31-4936-A8B2-771372806C80@p@p-daedaa0e25869b6cf36525d51c2d321335e69f71!m@m-573847EE-4D31-4936-A8B2-771372806C80@b@b-02000002_1002",
"type": "Microsoft.OperationalInsights/workspaces/features/connections",
"name": "m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-573847EE-4D31-4936-A8B2-771372806C80@p@p-daedaa0e25869b6cf36525d51c2d321335e69f71!m@m-573847EE-4D31-4936-A8B2-771372806C80@b@b-02000002_1002"
},
{
"kind": "rel:connection",
"properties": {
"source": {
"kind": "ref:process",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
}
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-d642fef420c5baa4c72f53de9426f1ed699899e2",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
"name": "p-d642fef420c5baa4c72f53de9426f1ed699899e2"
},
"destination": {
"kind": "ref:process",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
}
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/processes/p-68cf5e3251379179122fa88e761e2acd5577c249",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/processes",
"name": "p-68cf5e3251379179122fa88e761e2acd5577c249"
},
"serverPort": {
"kind": "ref:port",
"properties": {
"machine": {
"kind": "ref:machine",
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4",
"type": "Microsoft.OperationalInsights/workspaces/features/machines",
"name": "m-A4AB1C69-03E9-42D2-B822-B42555569FB4"
},
"ipAddress": "1.0.0.1",
"portNumber": 8000
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/machines/m-A4AB1C69-03E9-42D2-B822-B42555569FB4/ports/b-01000001_8000",
"type": "Microsoft.OperationalInsights/workspaces/features/machines/ports",
"name": "b-01000001_8000"
},
"failureState": "ok"
},
"id": "/subscriptions/63BE4E24-FDF0-4E9C-9342-6A5D5A359722/resourceGroups/rg-sm/providers/Microsoft.OperationalInsights/workspaces/D6F79F14-E563-469B-84B5-9286D2803B2F/connections/m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000",
"type": "Microsoft.OperationalInsights/workspaces/features/connections",
"name": "m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-d642fef420c5baa4c72f53de9426f1ed699899e2!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@p@p-68cf5e3251379179122fa88e761e2acd5577c249!m@m-A4AB1C69-03E9-42D2-B822-B42555569FB4@b@b-01000001_8000"
}
]
}
Definisi
Nama | Deskripsi |
---|---|
Client |
Referensi ke grup klien. |
Connection |
Koneksi jaringan. |
Connection |
Kumpulan sumber daya Koneksi. |
Connection |
Status kegagalan koneksi:
|
Error |
Detail kesalahan. |
Error |
Respons kesalahan dari API. |
Machine |
Referensi ke komputer. |
Machine |
Referensi mesin dengan petunjuk nama dan sistem operasi komputer. |
Operating |
Menentukan keluarga sistem operasi, misalnya, Linux, Windows, dll. |
Port |
Referensi ke port. |
Process |
Referensi ke proses. |
ClientGroupReference
Referensi ke grup klien.
Nama | Jenis | Deskripsi |
---|---|---|
id |
string |
URI Sumber Daya. |
kind |
string:
ref:clientgroup |
Menentukan sub-kelas referensi. |
name |
string |
Nama sumber daya. |
type |
string |
Kualifikasi jenis sumber daya. |
Connection
Koneksi jaringan.
Nama | Jenis | Deskripsi |
---|---|---|
id |
string |
Pengidentifikasi sumber daya. |
kind |
string:
rel:connection |
Kualifikasi jenis sumber daya tambahan. |
name |
string |
Nama sumber daya. |
properties.destination | ResourceReference: |
Sumber daya tujuan hubungan. |
properties.endTime |
string |
Waktu akhir hubungan. |
properties.failureState |
Menentukan apakah hanya ada yang berhasil, gagal, atau campuran kedua koneksi yang diwakili oleh sumber daya ini. |
|
properties.serverPort |
Referensi ke port server tempat koneksi ini dibuat. |
|
properties.source | ResourceReference: |
Sumber daya sumber hubungan. |
properties.startTime |
string |
Waktu mulai hubungan. |
type |
string |
Jenis sumber daya |
ConnectionCollection
Kumpulan sumber daya Koneksi.
Nama | Jenis | Deskripsi |
---|---|---|
nextLink |
string |
URL ke kumpulan sumber daya berikutnya. |
value |
Kumpulan sumber daya Koneksi. |
ConnectionFailureState
Status kegagalan koneksi:
-
ok
menunjukkan tidak ada kegagalan -
failed
hanya menunjukkan kegagalan -
mixed
menunjukkan kegagalan dan keberhasilan
Nama | Jenis | Deskripsi |
---|---|---|
failed |
string |
|
mixed |
string |
|
ok |
string |
Error
Detail kesalahan.
Nama | Jenis | Deskripsi |
---|---|---|
code |
string |
Kode kesalahan yang mengidentifikasi kesalahan tertentu. |
message |
string |
Pesan kesalahan di lokal pemanggil. |
ErrorResponse
Respons kesalahan dari API.
Nama | Jenis | Deskripsi |
---|---|---|
error |
Informasi kesalahan. |
MachineReference
Referensi ke komputer.
Nama | Jenis | Deskripsi |
---|---|---|
id |
string |
URI Sumber Daya. |
kind |
string:
ref:machine |
Menentukan sub-kelas referensi. |
name |
string |
Nama sumber daya. |
type |
string |
Kualifikasi jenis sumber daya. |
MachineReferenceWithHints
Referensi mesin dengan petunjuk nama dan sistem operasi komputer.
Nama | Jenis | Deskripsi |
---|---|---|
id |
string |
URI Sumber Daya. |
kind |
string:
ref:machinewithhints |
Menentukan sub-kelas referensi. |
name |
string |
Nama sumber daya. |
properties.displayNameHint |
string |
Nama tampilan terakhir yang diketahui. |
properties.osFamilyHint |
Keluarga sistem operasi terakhir yang diketahui. |
|
type |
string |
Kualifikasi jenis sumber daya. |
OperatingSystemFamily
Menentukan keluarga sistem operasi, misalnya, Linux, Windows, dll.
Nama | Jenis | Deskripsi |
---|---|---|
aix |
string |
|
linux |
string |
|
solaris |
string |
|
unknown |
string |
|
windows |
string |
PortReference
Referensi ke port.
Nama | Jenis | Deskripsi |
---|---|---|
id |
string |
URI Sumber Daya. |
kind |
string:
ref:port |
Menentukan sub-kelas referensi. |
name |
string |
Nama sumber daya. |
properties.ipAddress |
string |
Alamat IP port. |
properties.machine |
Mesin yang menghosting port. |
|
properties.portNumber |
integer |
Nomor port. |
type |
string |
Kualifikasi jenis sumber daya. |
ProcessReference
Referensi ke proses.
Nama | Jenis | Deskripsi |
---|---|---|
id |
string |
URI Sumber Daya. |
kind |
string:
ref:process |
Menentukan sub-kelas referensi. |
name |
string |
Nama sumber daya. |
properties.machine |
Mesin yang menghosting proses. |
|
type |
string |
Kualifikasi jenis sumber daya. |