Skip to main content
Version: latest

Retrieves a list of Azure virtual network list for the sepcified account

GET 

/v1/clouds/azure/regions/:region/subscriptions/:subscriptionId/networks

Retrieves a list of Azure virtual network list for the sepcified account

Request

Path Parameters

    region stringrequired

    Region for which Azure virtual networks are requested

    subscriptionId stringrequired

    Uid for which Azure virtual networks are requested

Query Parameters

    cloudAccountUid stringrequired

    Uid for the specific Azure cloud account

    resourceGroup string

    Resource group for which Azure virtual networks are requested

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

(empty)

Schema

    virtualNetworkList

    object[]

  • Array [

  • addressSpacesstring[]

    Location of the virtual network

    idstring

    The ID of the resource group

    locationstring

    Location of the virtual network

    namestring

    Name of the virtual network

    subnets

    object[]

    List of subnets associated with Azure VPC

  • Array [

  • cidrBlockstring

    CidrBlock is the CIDR block to be used when the provider creates a managed Vnet.

    namestring
    securityGroupNamestring

    Network Security Group(NSG) to be attached to subnet. NSG for a control plane subnet, should allow inbound to port 6443, as port 6443 is used by kubeadm to bootstrap the control planes

  • ]

  • typestring

    Type of the virtual network

  • ]

Loading...