swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector PrivateEndpointConnectionsController API schemes: - https tags: - name: PrivateEndpointConnectionsController paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/privateEndpointConnections : get: tags: - PrivateEndpointConnectionsController summary: Microsoft Azure Get The Private Endpoint Connections description: Get all the private endpoint connections under a migrate project. operationId: microsoftAzurePrivateendpointconnectionscontrollerGetprivateendpointconnections consumes: [] produces: - application/json - text/json - application/xml - text/xml parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - $ref: '#/parameters/migrateProjectName' - name: api-version description: The API version to use for this operation. in: query required: true type: string responses: '200': description: OK schema: $ref: '#/definitions/PrivateEndpointConnectionCollection' default: description: Error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-examples: PrivateEndpointConnections_ListByProject: $ref: ./examples/PrivateEndpointConnections_ListByProject.json deprecated: false definitions: PrivateEndpointConnectionProperties: type: object description: Properties of a private endpoint connection. properties: provisioningState: enum: - Accepted - InProgress - Succeeded - Failed type: string description: Provisioning state. readOnly: true privateEndpoint: $ref: '#/definitions/ResourceId' readOnly: true privateLinkServiceConnectionState: $ref: '#/definitions/PrivateLinkServiceConnectionState' description: Gets the properties of the object. ResourceId: type: object properties: id: type: string readOnly: true PrivateEndpointConnectionCollection: description: Collection of PrivateLink resources. type: object properties: value: description: Gets the list of machines. type: array items: $ref: '#/definitions/PrivateEndpointConnection' readOnly: true nextLink: description: Gets the value of next link. type: string readOnly: true CloudError: x-ms-external: true type: object properties: error: $ref: '#/definitions/CloudErrorBody' description: An error response from the Azure Migrate service. PrivateEndpointConnection: description: REST model used to encapsulate the user visible state of a PrivateEndpoint. type: object x-ms-azure-resource: true properties: id: description: Relative URL to get this Sites. type: string readOnly: true name: description: Gets the name of the resource. type: string readOnly: true type: description: Gets the resource type. type: string readOnly: true eTag: description: Gets the tag for optimistic concurrency control. type: string readOnly: true properties: $ref: '#/definitions/PrivateEndpointConnectionProperties' description: Gets the properties of the object. readOnly: true systemData: $ref: '#/definitions/systemData' readOnly: true CloudErrorBody: x-ms-external: true type: object properties: code: type: string description: An identifier for the error. Codes are invariant and are intended to be consumed programmatically. message: type: string description: A message describing the error, intended to be suitable for display in a user interface. target: type: string description: The target of the particular error. For example, the name of the property in error. details: type: array items: $ref: '#/definitions/CloudErrorBody' description: A list of additional details about the error. description: An error response from the Azure Migrate service. systemData: description: Metadata pertaining to creation and last modification of the resource. type: object readOnly: true properties: createdBy: type: string description: The identity that created the resource. createdByType: type: string description: The type of identity that created the resource. enum: - User - Application - ManagedIdentity - Key x-ms-enum: name: createdByType modelAsString: true createdAt: type: string format: date-time description: The timestamp of resource creation (UTC). lastModifiedBy: type: string description: The identity that last modified the resource. lastModifiedByType: type: string description: The type of identity that last modified the resource. enum: - User - Application - ManagedIdentity - Key x-ms-enum: name: createdByType modelAsString: true lastModifiedAt: type: string format: date-time description: The type of identity that last modified the resource. PrivateLinkServiceConnectionState: type: object description: Private endpoint connection state. properties: status: enum: - Approved - Pending - Rejected - Disconnected type: string description: Private link connection state. x-ms-enum: name: status modelAsString: true description: type: string description: Description of the object. actionsRequired: type: string description: Action required. parameters: migrateProjectName: name: migrateProjectName description: Migrate project name. in: path x-ms-parameter-location: method required: true type: string resourceGroupName: name: resourceGroupName description: Name of the Azure Resource Group that project is part of. type: string in: path x-ms-parameter-location: method required: true subscriptionId: name: subscriptionId description: Azure Subscription Id in which project was created. type: string in: path required: true x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'