Skip to main content

Add AzureCloudConnectorPublicHaDynamic

POST 

/projects/:projectId/azure/cloudconnectors/publichadynamics

This operation allows to add an AzureCloudConnectorPublicHaDynamic

Request

Path Parameters

    projectId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    project Id

Body

AzureCloudConnectorPublicHaDynamic to create

    name stringrequired

    Possible values: Value must match regular expression \S

    cloud connector name

    state stringrequired

    Possible values: [DESIGNED, PROVISIONING, DESIGNING, SUSPENDING, STOPPING, REPAIRING, ACTIVE, INACTIVE, TERMINATED, ERROR]

    cloud connector state

    bandWidth int32

    cloud connector bandwidth

    technicalVpnId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    network connector uuid associated to the cloud connector

    azureCredentialId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    azure credential uuid to be used to manage the cloud connector on Azure

    primaryPopLocalization stringrequired

    Possible values: Value must match regular expression \S

    primary pop localization of the cloud connector

    azureRegion stringrequired

    Possible values: Value must match regular expression \S

    azure region

    resourceGroupName stringrequired

    Possible values: Value must match regular expression \S

    azure resource group name

    vnetName stringrequired

    Possible values: Value must match regular expression \S

    vnet name

    azureGatewaySubnet stringrequired

    Possible values: Value must match regular expression \S

    azure gateway subnet

    azureAsn int32required

    Possible values: >= 64512 and <= 65535

    azure asn

    networkSideAsn int32required

    Possible values: >= 64512 and <= 65535

    network side asn

    secondaryPopLocalization stringrequired

    Possible values: Value must match regular expression \S

    secondary pop localization of the cloud connector

    networkSideGatewaySubnetPrimary stringrequired

    Possible values: Value must match regular expression \S

    network side gateway subnet primary

    networkSideGatewaySubnetSecondary stringrequired

    Possible values: Value must match regular expression \S

    network side gateway subnet secondary

Responses

created

Response Headers

  • Content-Location

    string

    cloud connector id

Schema

    id uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    cloud connector id

    name string

    cloud connector name

    state string

    Possible values: [DESIGNED, PROVISIONING, DESIGNING, SUSPENDING, STOPPING, REPAIRING, ACTIVE, INACTIVE, TERMINATED, ERROR]

    cloud connector state

    projectName string

    name of the project associated to the cloud connector

    projectId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    uuid of the project associated to the cloud connector

    bandWidth int32

    cloud connector bandwidth

    technicalVpnId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    network connector uuid associated to the cloud connector

    azureCredentialId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    azure credential uuid to be used to manage the cloud connector on Azure

    primaryPopLocalization string

    primary pop localization of the cloud connector

    azureRegion string

    azure regeion

    resourceGroupName string

    azure resource group name

    vnetName string

    vnet name

    azureGatewaySubnet stringrequired

    Possible values: Value must match regular expression \S

    azure gateway subnet

    azureAsn int32

    azure asn

    networkSideAsn int32

    network side asn

    workflowExecutionId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    uuid of the last workflow execution associated to the cloud connector

    workflowExecutionStatus string

    Possible values: [CREATED, IN_PROGRESS, SUCCEEDED, FAILED, CLEARED]

    status of the last workflow execution associated to the cloud connector

    networkSideGatewaySubnetPrimary string

    network side gateway subnet primary

    networkSideGatewaySubnetSecondary string

    network side gateway subnet secondary

    secondaryPopLocalization string

    secondary pop localization of the cloud connector

Loading...