Aller au contenu principal

Find AzureCloudConnectorPublicStandardDynamics

GET 

/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

    Default value: 20

    Limit of the size of the page

    offset int32

    Default value: 0

    Offset of the page

Responses

ok

Response Headers

  • X-Total-Count

    integer

    number total of items

  • X-Result-Count

    integer

    number of returned items

Schema

  • Array [

  • 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

    networkSideGatewaySubnet string

    network side gateway subnet

  • ]

Loading...