Passa al contenuto principale

Create VpnRoute

POST 

/projects/:projectId/providers/Aruba.Network/vpnTunnels/:vpnTunnelId/vpnRoutes

Create VpnRoute

Request

Path Parameters

    projectId stringrequired

    unique identifier of the project CMP

    vpnTunnelId stringrequired

    id of the vpnTunnel in which the vpnRoute will be created

Query Parameters

    api-version string

    The requested API version

    Default value: 1

Body

the vpnRoute to create

    metadata

    object

    Metadata of the resource

    name string

    Name of the resource

    location

    object

    Contains information about the Region of a resource

    value string

    Value of the region in which the resource will be located. Available regions at present:

    • ITBG-Bergamo

    For more information, check the documentation.

    tags string[]nullable

    List of tags for the resource

    properties

    object

    nullable

    Properties of the vpnRoute

    cloudSubnet stringnullable

    Cidr of the cloud subnet

    onPremSubnet stringnullable

    Cidr of the onPrem subnet

Responses

Created

Schema

    metadata

    object

    nullable

    id stringnullable
    uri stringnullable
    name stringnullable

    location

    object

    nullable

    code stringnullable
    country stringnullable
    city stringnullable
    name stringnullable
    value stringnullable

    project

    object

    nullable

    id stringnullable
    folderId stringnullable
    tags string[]nullable

    category

    object

    nullable

    name stringnullable
    provider stringnullable

    typology

    object

    nullable

    id stringnullable
    name stringnullable
    creationDate date-timenullable
    createdBy stringnullable
    ownerId stringnullable
    updateDate date-timenullable
    updatedBy stringnullable
    version stringnullable
    createdUser stringnullable
    updatedUser stringnullable

    linkedResources

    object[]

    nullable

  • Array [

  • uri stringnullable
    strictCorrelation boolean
  • ]

  • managedBy stringnullable

    status

    object

    nullable

    state stringnullable
    creationDate date-timenullable

    disableStatusInfo

    object

    nullable

    isDisabled boolean
    reasons string[]

    previousStatus

    object

    nullable

    state stringnullable
    creationDate date-timenullable
    failureReason stringnullable

    error

    object

    nullable

    reason stringnullable
    message stringnullable

    properties

    object

    nullable

    Properties of the vpnRoute

    linkedResources

    object[]

    nullable

  • Array [

  • uri stringnullable
    strictCorrelation boolean
  • ]

  • vpnTunnel

    object

    nullable

    The vpnTunnel of the vpnRoutes

    uri stringnullable

    cloudSubnet

    object

    nullable

    The cloud subnet of the vpnRoute

    cidr stringnullable

    Cidr of the subnet

    uri stringnullable

    Uri of the subnet

    onPremSubnet stringnullable

    Cidr of the onPrem subnet of the vpnRoute

Loading...