Allowed Connections - List By Home Region

サブスクリプションと場所のリソース間で発生する可能性のあるすべてのトラフィックの一覧を取得します。

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/allowedConnections?api-version=2020-01-01

URI パラメーター

名前 / 必須 説明
ascLocation
path True

string

ASC がサブスクリプションのデータを格納する場所。 [場所の取得] から取得できます

subscriptionId
path True

string

Azure サブスクリプション ID

Regex pattern: ^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$

api-version
query True

string

操作の API バージョン

応答

名前 説明
200 OK

AllowedConnectionsList

OK

Other Status Codes

CloudError

操作に失敗した理由を説明するエラー応答。

セキュリティ

azure_auth

Azure Active Directory OAuth2 フロー

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

Get allowed connections on a subscription from security data location

Sample Request

GET https://management.azure.com/subscriptions/3eeab341-f466-499c-a8be-85427e154bad/providers/Microsoft.Security/locations/centralus/allowedConnections?api-version=2020-01-01

Sample Response

{
  "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"
    }
  ]
}

定義

名前 説明
AllowedConnectionsList

Azure リソース間で考えられるすべてのトラフィックの一覧

AllowedConnectionsResource

Azure リソース間で許可されるトラフィックを説明するプロパティを持つリソース

CloudError

失敗した操作のエラーの詳細を返す、すべての Azure Resource Manager API に対する一般的なエラー応答 (これは、OData エラー応答形式にも従います)。

CloudErrorBody

エラーの詳細。

ConnectableResource

Azure リソースの許可される受信トラフィックと送信トラフィックについて説明します

ConnectedResource

接続されているリソースのプロパティについて説明します

ErrorAdditionalInfo

リソース管理エラーの追加情報。

AllowedConnectionsList

Azure リソース間で考えられるすべてのトラフィックの一覧

名前 説明
nextLink

string

次のページをフェッチするための URI。

value

AllowedConnectionsResource[]

Azure リソース間で許可されるトラフィックを説明するプロパティを持つリソース

AllowedConnectionsResource

Azure リソース間で許可されるトラフィックを説明するプロパティを持つリソース

名前 説明
id

string

リソース ID

location

string

リソースが格納されている場所

name

string

リソース名

properties.calculatedDateTime

string

許可された接続リソースが計算された UTC 時刻

properties.connectableResources

ConnectableResource[]

接続可能なリソースの一覧

type

string

リソースの種類

CloudError

失敗した操作のエラーの詳細を返す、すべての Azure Resource Manager API に対する一般的なエラー応答 (これは、OData エラー応答形式にも従います)。

名前 説明
error.additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

error.code

string

エラー コード。

error.details

CloudErrorBody[]

エラーの詳細です。

error.message

string

エラー メッセージ。

error.target

string

エラーのターゲット。

CloudErrorBody

エラーの詳細。

名前 説明
additionalInfo

ErrorAdditionalInfo[]

エラーの追加情報。

code

string

エラー コード。

details

CloudErrorBody[]

エラーの詳細です。

message

string

エラー メッセージ。

target

string

エラーのターゲット。

ConnectableResource

Azure リソースの許可される受信トラフィックと送信トラフィックについて説明します

名前 説明
id

string

Azure リソース ID

inboundConnectedResources

ConnectedResource[]

リソースで受信接続が許可されている Azure リソースの一覧

outboundConnectedResources

ConnectedResource[]

リソースが送信可能な接続を持つ Azure リソースの一覧

ConnectedResource

接続されているリソースのプロパティについて説明します

名前 説明
connectedResourceId

string

接続されているリソースの Azure リソース ID

tcpPorts

string

許可される tcp ポート

udpPorts

string

許可される udp ポート

ErrorAdditionalInfo

リソース管理エラーの追加情報。

名前 説明
info

object

追加情報。

type

string

追加情報の種類。