Aller au contenu principal

Cette page est disponible uniquement en anglais (This page is only available in English).

Find AzureCloudConnectorPublicStandardDynamics

GET 

/api/v1/projects/:projectId/azure/cloudconnectors/publicstandarddynamics

This operation allows to get a page of AzureCloudConnectorPublicStandardDynamics

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

Query Parameters

    limit int32

    Possible values: <= 100

    Limit of the size of the page

    Default value: 20
    offset int32

    Offset of the page

    Default value: 0

Responses

ok

Response Headers
    X-Total-Count

    number total of items

    X-Result-Count

    number of returned items

Schema
  • Array [
  • iduuid

    cloud connector id

    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}

    namestring

    cloud connector name

    Default value: name-of-your-CC
    statestring

    cloud connector state

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

    projectIduuid

    uuid of the project associated to the cloud connector

    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}

    bandwidthint32

    cloud connector bandwidth

    Default value: 50
    maxBandwidthint32

    cloud connector maximum bandwidth

    Default value: 100
    technicalVpnIduuid

    network connector uuid associated to the cloud connector

    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}

    azureCredentialIduuid

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

    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}

    primaryPopLocalizationstring

    primary pop localization of the cloud connector

    Default value: primary-network-point-of-service-Id
    azureRegionstring

    azure region

    Default value: region-of-your-RG
    resourceGroupNamestring

    azure resource group name

    Default value: name-of-your-RG
    vnetNamestring

    vnet name

    Default value: name-of-your-VNET
    azureGatewaySubnetstringrequired

    azure gateway subnet

    Possible values: Value must match regular expression \S

    Default value: 10.0.1.0/27
    azureAsnint64

    azure asn

    Default value: 4200000025
    networkSideAsnint64

    network side asn

    Default value: 4200000024
    workflowExecutionIduuid

    uuid of the last workflow execution associated to the cloud connector

    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}

    workflowExecutionStatusstring

    status of the last workflow execution associated to the cloud connector

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

    operationalStatusstring

    operational status of the cloud connector

    Possible values: [N/A, Up, Down, Unknown]

    lastTimeOperationalStatusKnowndate-time
    Example: 2022-03-10T12:15:50
    networkSideGatewaySubnetstring

    network side gateway subnet

    Default value: 192.168.1.0/29
  • ]

Authorization: http

name: SecuritySchemetype: httpdescription: Authenticationscheme: bearerbearerFormat: JWT
curl -L '/api/v1/projects/:projectId/azure/cloudconnectors/publicstandarddynamics' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
/api/v1
Auth
Parameters
— pathrequired
— query
— query