UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 24.2 kB
{"openapi":"3.0.0","info":{"description":"The Microsoft Azure Network management API provides a RESTful set of web services that interact with Microsoft Azure Networks service to manage your network resources. The API has entities that capture the relationship between an end user and the Microsoft Azure Networks service.","title":"NetworkManagementClient","version":"2018-10-01","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/network/resource-manager/Microsoft.Network/stable/2019-08-01/vmssNetworkInterface.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"network-vmssNetworkInterface","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/networkInterfaces":{"get":{"description":"Gets all network interfaces in a virtual machine scale set.","operationId":"NetworkInterfaces_ListVirtualMachineScaleSetNetworkInterfaces","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set network interfaces":{"value":"rg1"}}},{"description":"The name of the virtual machine scale set.","in":"path","name":"virtualMachineScaleSetName","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set network interfaces":{"value":"vmss1"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"x-ms-enum":{"modelAsString":true,"name":"ApiVersion"},"schema":{"type":"string","enum":["2017-03-30"]},"examples":{"List virtual machine scale set network interfaces":{"value":"2018-10-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set network interfaces":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful. The operation returns a list of NetworkInterface resources.","content":{"application/json":{"schema":{"description":"Response for the ListNetworkInterface API service call.","properties":{"nextLink":{"description":"The URL to get the next set of results.","readOnly":true,"type":"string"},"value":{"description":"A list of network interfaces in a resource group.","items":{"allOf":[{"description":"Common resource representation.","properties":{"id":{"description":"Resource ID.","type":"string"},"location":{"description":"Resource location.","type":"string"},"name":{"description":"Resource name.","readOnly":true,"type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags.","type":"object"},"type":{"description":"Resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true}],"description":"A network interface in a resource group.","properties":{"etag":{"description":"A unique read-only string that changes whenever the resource is updated.","type":"string"},"properties":{"$ref":"#/components/schemas/NetworkInterfacePropertiesFormat"}}},"type":"array"}}},"examples":{"List virtual machine scale set network interfaces":{"$ref":"#/components/examples/List_virtual_machine_scale_set_network_interfaces"}}}}}},"tags":["NetworkInterfaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces":{"get":{"description":"Gets information about all network interfaces in a virtual machine in a virtual machine scale set.","operationId":"NetworkInterfaces_ListVirtualMachineScaleSetVMNetworkInterfaces","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set vm network interfaces":{"value":"rg1"}}},{"description":"The name of the virtual machine scale set.","in":"path","name":"virtualMachineScaleSetName","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set vm network interfaces":{"value":"vmss1"}}},{"description":"The virtual machine index.","in":"path","name":"virtualmachineIndex","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set vm network interfaces":{"value":"1"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"x-ms-enum":{"modelAsString":true,"name":"ApiVersion"},"schema":{"type":"string","enum":["2017-03-30"]},"examples":{"List virtual machine scale set vm network interfaces":{"value":"2018-10-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set vm network interfaces":{"value":"subid"}}}],"responses":{"200":{"description":"Request successful. The operation returns a list of NetworkInterface resources.","content":{"application/json":{"schema":{"description":"Response for the ListNetworkInterface API service call.","properties":{"nextLink":{"description":"The URL to get the next set of results.","readOnly":true,"type":"string"},"value":{"description":"A list of network interfaces in a resource group.","items":{"allOf":[{"description":"Common resource representation.","properties":{"id":{"description":"Resource ID.","type":"string"},"location":{"description":"Resource location.","type":"string"},"name":{"description":"Resource name.","readOnly":true,"type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags.","type":"object"},"type":{"description":"Resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true}],"description":"A network interface in a resource group.","properties":{"etag":{"description":"A unique read-only string that changes whenever the resource is updated.","type":"string"},"properties":{"$ref":"#/components/schemas/NetworkInterfacePropertiesFormat"}}},"type":"array"}}},"examples":{"List virtual machine scale set vm network interfaces":{"$ref":"#/components/examples/List_virtual_machine_scale_set_vm_network_interfaces"}}}}}},"tags":["NetworkInterfaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}":{"get":{"description":"Get the specified network interface in a virtual machine scale set.","operationId":"NetworkInterfaces_GetVirtualMachineScaleSetNetworkInterface","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"rg1"}}},{"description":"The name of the virtual machine scale set.","in":"path","name":"virtualMachineScaleSetName","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"vmss1"}}},{"description":"The virtual machine index.","in":"path","name":"virtualmachineIndex","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"1"}}},{"description":"The name of the network interface.","in":"path","name":"networkInterfaceName","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"nic1"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"x-ms-enum":{"modelAsString":true,"name":"ApiVersion"},"schema":{"type":"string","enum":["2017-03-30"]},"examples":{"Get virtual machine scale set network interface":{"value":"2018-10-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"subid"}}},{"description":"Expands referenced resources.","in":"query","name":"$expand","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Request successful. The operation returns the resulting NetworkInterface resource.","content":{"application/json":{"schema":{"allOf":[{"description":"Common resource representation.","properties":{"id":{"description":"Resource ID.","type":"string"},"location":{"description":"Resource location.","type":"string"},"name":{"description":"Resource name.","readOnly":true,"type":"string"},"tags":{"additionalProperties":{"type":"string"},"description":"Resource tags.","type":"object"},"type":{"description":"Resource type.","readOnly":true,"type":"string"}},"x-ms-azure-resource":true}],"description":"A network interface in a resource group.","properties":{"etag":{"description":"A unique read-only string that changes whenever the resource is updated.","type":"string"},"properties":{"$ref":"#/components/schemas/NetworkInterfacePropertiesFormat"}}},"examples":{"Get virtual machine scale set network interface":{"$ref":"#/components/examples/Get_virtual_machine_scale_set_network_interface"}}}}}},"tags":["NetworkInterfaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipConfigurations":{"get":{"description":"Get the specified network interface ip configuration in a virtual machine scale set.","operationId":"NetworkInterfaces_ListVirtualMachineScaleSetIpConfigurations","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set network interface ip configurations":{"value":"rg1"}}},{"description":"The name of the virtual machine scale set.","in":"path","name":"virtualMachineScaleSetName","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set network interface ip configurations":{"value":"vmss1"}}},{"description":"The virtual machine index.","in":"path","name":"virtualmachineIndex","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set network interface ip configurations":{"value":"2"}}},{"description":"The name of the network interface.","in":"path","name":"networkInterfaceName","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set network interface ip configurations":{"value":"nic1"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"x-ms-enum":{"modelAsString":true,"name":"ApiVersion"},"schema":{"type":"string","enum":["2017-03-30"]},"examples":{"List virtual machine scale set network interface ip configurations":{"value":"2018-10-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"List virtual machine scale set network interface ip configurations":{"value":"subid"}}},{"description":"Expands referenced resources.","in":"query","name":"$expand","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Request successful. The operation returns the list of resulting NetworkInterfaceIPConfigurations resources.","content":{"application/json":{"schema":{"description":"Response for list ip configurations API service call.","properties":{"nextLink":{"description":"The URL to get the next set of results.","readOnly":true,"type":"string"},"value":{"description":"A list of ip configurations.","items":{"allOf":[{"description":"Reference to another subresource.","properties":{"id":{"description":"Resource ID.","type":"string"}},"x-ms-azure-resource":true}],"description":"IPConfiguration in a network interface.","properties":{"etag":{"description":"A unique read-only string that changes whenever the resource is updated.","type":"string"},"name":{"description":"The name of the resource that is unique within a resource group. This name can be used to access the resource.","type":"string"},"properties":{"$ref":"#/components/schemas/NetworkInterfaceIPConfigurationPropertiesFormat"}}},"type":"array"}}},"examples":{"List virtual machine scale set network interface ip configurations":{"$ref":"#/components/examples/List_virtual_machine_scale_set_network_interface_ip_configurations"}}}}}},"tags":["NetworkInterfaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}/ipConfigurations/{ipConfigurationName}":{"get":{"description":"Get the specified network interface ip configuration in a virtual machine scale set.","operationId":"NetworkInterfaces_GetVirtualMachineScaleSetIpConfiguration","parameters":[{"description":"The name of the resource group.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"rg1"}}},{"description":"The name of the virtual machine scale set.","in":"path","name":"virtualMachineScaleSetName","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"vmss1"}}},{"description":"The virtual machine index.","in":"path","name":"virtualmachineIndex","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"2"}}},{"description":"The name of the network interface.","in":"path","name":"networkInterfaceName","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"nic1"}}},{"description":"The name of the ip configuration.","in":"path","name":"ipConfigurationName","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"ip1"}}},{"description":"Client API version.","in":"query","name":"api-version","required":true,"x-ms-enum":{"modelAsString":true,"name":"ApiVersion"},"schema":{"type":"string","enum":["2017-03-30"]},"examples":{"Get virtual machine scale set network interface":{"value":"2018-10-01"}}},{"description":"The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.","in":"path","name":"subscriptionId","required":true,"schema":{"type":"string"},"examples":{"Get virtual machine scale set network interface":{"value":"subid"}}},{"description":"Expands referenced resources.","in":"query","name":"$expand","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Request successful. The operation returns the resulting NetworkInterfaceIPConfiguration resource.","content":{"application/json":{"schema":{"allOf":[{"description":"Reference to another subresource.","properties":{"id":{"description":"Resource ID.","type":"string"}},"x-ms-azure-resource":true}],"description":"IPConfiguration in a network interface.","properties":{"etag":{"description":"A unique read-only string that changes whenever the resource is updated.","type":"string"},"name":{"description":"The name of the resource that is unique within a resource group. This name can be used to access the resource.","type":"string"},"properties":{"$ref":"#/components/schemas/NetworkInterfaceIPConfigurationPropertiesFormat"}}},"examples":{"Get virtual machine scale set network interface":{"$ref":"#/components/examples/Get_virtual_machine_scale_set_network_interface"}}}}}},"tags":["NetworkInterfaces"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"List_virtual_machine_scale_set_network_interfaces":{"value":{"value":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/0/networkInterfaces/nic1","name":"nic1","properties":{"dnsSettings":{"appliedDnsServers":[],"dnsServers":[],"internalDomainNameSuffix":"ruw4wz3grewudjsyzrxj44pxod.cdmx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"ipConfigurations":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/0/networkInterfaces/nic1/ipConfigurations/ip1","name":"ip1","properties":{"loadBalancerBackendAddressPools":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1"}],"loadBalancerInboundNatRules":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.0"}],"primary":true,"privateIPAddress":"10.0.0.4","privateIPAddressVersion":"IPv4","privateIPAllocationMethod":"Dynamic","provisioningState":"Succeeded","publicIPAddress":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/0/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1"},"subnet":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"}}}],"macAddress":"00-00-00-00-00-00","networkSecurityGroup":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1"},"primary":true,"provisioningState":"Succeeded","virtualMachine":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/0"}}},{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1","name":"nic1","properties":{"dnsSettings":{"appliedDnsServers":[],"dnsServers":[],"internalDomainNameSuffix":"ruw4wz3grewudjsyzrxj44pxod.cdmx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"ipConfigurations":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1","name":"ip1","properties":{"loadBalancerBackendAddressPools":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1"}],"loadBalancerInboundNatRules":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1"}],"primary":true,"privateIPAddress":"10.0.0.5","privateIPAddressVersion":"IPv4","privateIPAllocationMethod":"Dynamic","provisioningState":"Succeeded","publicIPAddress":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1"},"subnet":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"}}}],"macAddress":"00-00-00-00-00-00","networkSecurityGroup":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1"},"primary":true,"provisioningState":"Succeeded","virtualMachine":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1"}}}]}},"List_virtual_machine_scale_set_vm_network_interfaces":{"value":{"value":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1","name":"nic1","properties":{"dnsSettings":{"appliedDnsServers":[],"dnsServers":[],"internalDomainNameSuffix":"ruw4wz3grewudjsyzrxj44pxod.cdmx.internal.cloudapp.net"},"enableAcceleratedNetworking":false,"enableIPForwarding":false,"ipConfigurations":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1","name":"ip1","properties":{"loadBalancerBackendAddressPools":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1"}],"loadBalancerInboundNatRules":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.1"}],"primary":true,"privateIPAddress":"10.0.0.5","privateIPAddressVersion":"IPv4","privateIPAllocationMethod":"Dynamic","provisioningState":"Succeeded","publicIPAddress":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1/networkInterfaces/nic1/ipConfigurations/ip1/publicIPAddresses/pub1"},"subnet":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"}}}],"macAddress":"00-00-00-00-00-00","networkSecurityGroup":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/networkSecurityGroups/nsg1"},"primary":true,"provisioningState":"Succeeded","virtualMachine":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/1"}}}]}},"Get_virtual_machine_scale_set_network_interface":{"value":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/2/networkInterfaces/nic1/ipConfigurations/ip1","name":"ip1","properties":{"loadBalancerBackendAddressPools":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1"}],"loadBalancerInboundNatRules":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.2"}],"primary":true,"privateIPAddress":"10.0.0.6","privateIPAddressVersion":"IPv4","privateIPAllocationMethod":"Dynamic","provisioningState":"Succeeded","subnet":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"}}}},"List_virtual_machine_scale_set_network_interface_ip_configurations":{"value":{"value":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Compute/virtualMachineScaleSets/vmss1/virtualMachines/2/networkInterfaces/nic1/ipConfigurations/ip1","name":"ip1","properties":{"loadBalancerBackendAddressPools":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/backendAddressPools/addressPool1"}],"loadBalancerInboundNatRules":[{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/loadBalancers/lb1/inboundNatRules/natPool1.2"}],"primary":true,"privateIPAddress":"10.0.0.6","privateIPAddressVersion":"IPv4","privateIPAllocationMethod":"Dynamic","provisioningState":"Succeeded","subnet":{"id":"/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"}}}]}}},"securitySchemes":{"azure_auth":{"description":"Azure Active Directory OAuth2 Flow.","type":"oauth2","flows":{"implicit":{"authorizationUrl":"https://login.microsoftonline.com/common/oauth2/authorize","scopes":{"user_impersonation":"impersonate your user account"}}}}},"schemas":{"NetworkInterfaceIPConfigurationPropertiesFormat":{},"NetworkInterfacePropertiesFormat":{}}}}