Allowed Connections - List
Hämtar listan över all möjlig trafik mellan resurser för prenumerationen
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/allowedConnections?api-version=2020-01-01
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
subscription
|
path | True |
string |
Azure-prenumerations-ID Reguljärt uttrycksmönster: |
api-version
|
query | True |
string |
API-version för åtgärden |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
OKEJ |
|
Other Status Codes |
Felsvar som beskriver varför åtgärden misslyckades. |
Säkerhet
azure_auth
Azure Active Directory OAuth2 Flow
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Exempel
Get allowed connections on a subscription
Exempelbegäran
GET https://management.azure.com/subscriptions/3eeab341-f466-499c-a8be-85427e154bad/providers/Microsoft.Security/allowedConnections?api-version=2020-01-01
Exempelsvar
{
"value": [
{
"type": "Microsoft.Security/locations/allowedConnections",
"properties": {
"calculatedDateTime": "2018-08-06T14:55:32.3518545Z",
"connectableResources": [
{
"id": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtaulMachine1",
"inboundConnectedResources": [
{
"connectedResourceId": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtaulMachine2",
"tcpPorts": "[0-21,23-3388,3390-5984,5987-65535]",
"udpPorts": "[0-21,23-3388,3390-5984,5987-65535]"
}
],
"outboundConnectedResources": [
{
"connectedResourceId": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtaulMachine2",
"tcpPorts": "[0-21,23-3388,3390-5984,5987-65535]",
"udpPorts": "[0-21,23-3388,3390-5984,5987-65535]"
}
]
},
{
"id": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtaulMachine2",
"inboundConnectedResources": [
{
"connectedResourceId": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtaulMachine1",
"tcpPorts": "[0-21,23-3388,3390-5984,5987-65535]",
"udpPorts": "[0-21,23-3388,3390-5984,5987-65535]"
}
],
"outboundConnectedResources": [
{
"connectedResourceId": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtaulMachine1",
"tcpPorts": "[0-21,23-3388,3390-5984,5987-65535]",
"udpPorts": "[0-21,23-3388,3390-5984,5987-65535]"
}
]
},
{
"id": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/virtaulMachine3",
"inboundConnectedResources": [],
"outboundConnectedResources": []
}
]
},
"id": "/subscriptions/3eeab341-f466-499c-a8be-85427e154baf/resourceGroups/myResourceGroup/providers/Microsoft.Security/locations/centralus/allowedConnections/Internal",
"name": "Internal",
"location": "centralus"
}
]
}
Definitioner
Name | Description |
---|---|
Allowed |
Lista över all möjlig trafik mellan Azure-resurser |
Allowed |
Resursen vars egenskaper beskriver den tillåtna trafiken mellan Azure-resurser |
Cloud |
Vanligt felsvar för alla Azure Resource Manager-API:er för att returnera felinformation för misslyckade åtgärder. (Detta följer även formatet för OData-felsvar.). |
Cloud |
Felinformationen. |
Connectable |
Beskriver tillåten inkommande och utgående trafik för en Azure-resurs |
Connected |
Beskriver egenskaperna för en ansluten resurs |
Error |
Ytterligare information om resurshanteringsfelet. |
AllowedConnectionsList
Lista över all möjlig trafik mellan Azure-resurser
Name | Typ | Description |
---|---|---|
nextLink |
string |
URI:n för att hämta nästa sida. |
value |
Resursen vars egenskaper beskriver den tillåtna trafiken mellan Azure-resurser |
AllowedConnectionsResource
Resursen vars egenskaper beskriver den tillåtna trafiken mellan Azure-resurser
Name | Typ | Description |
---|---|---|
id |
string |
Resurs-ID |
location |
string |
Plats där resursen lagras |
name |
string |
Resursnamn |
properties.calculatedDateTime |
string |
UTC-tiden då den tillåtna anslutningsresursen beräknades |
properties.connectableResources |
Lista över anslutningsbara resurser |
|
type |
string |
Resurstyp |
CloudError
Vanligt felsvar för alla Azure Resource Manager-API:er för att returnera felinformation för misslyckade åtgärder. (Detta följer även formatet för OData-felsvar.).
Name | Typ | Description |
---|---|---|
error.additionalInfo |
Ytterligare information om felet. |
|
error.code |
string |
Felkoden. |
error.details |
Felinformationen. |
|
error.message |
string |
Felmeddelandet. |
error.target |
string |
Felmålet. |
CloudErrorBody
Felinformationen.
Name | Typ | Description |
---|---|---|
additionalInfo |
Ytterligare information om felet. |
|
code |
string |
Felkoden. |
details |
Felinformationen. |
|
message |
string |
Felmeddelandet. |
target |
string |
Felmålet. |
ConnectableResource
Beskriver tillåten inkommande och utgående trafik för en Azure-resurs
Name | Typ | Description |
---|---|---|
id |
string |
Azure-resurs-ID |
inboundConnectedResources |
Listan över Azure-resurser som resursen har inkommande tillåten anslutning från |
|
outboundConnectedResources |
Listan över Azure-resurser som resursen har utgående tillåten anslutning till |
ConnectedResource
Beskriver egenskaperna för en ansluten resurs
Name | Typ | Description |
---|---|---|
connectedResourceId |
string |
Azure-resurs-ID för den anslutna resursen |
tcpPorts |
string |
Tillåtna tcp-portar |
udpPorts |
string |
Tillåtna udp-portar |
ErrorAdditionalInfo
Ytterligare information om resurshanteringsfelet.
Name | Typ | Description |
---|---|---|
info |
object |
Ytterligare information. |
type |
string |
Ytterligare informationstyp. |