Aller au contenu principal

Find AzureVnets

GET 

/projects/:projectId/azure/vnets

This operation allows to find AzureVnets by project.

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

    azureCspCredentialId 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 Id

    azureResourceGroup stringrequired

    Possible values: Value must match regular expression \S

    azure resource group

Responses

ok

Schema

  • Array [

  • name string

    azure vnet name

  • ]

Loading...