Edit

Share via


Managed Private Endpoints - Get Workspace Managed Private Endpoint

Gets the specified managed private endpoint.

Note

This API is part of a Preview release and is provided for evaluation and development purposes only. It may change based on feedback and is not recommended for production use.

Permissions

The caller must have viewer or higher workspace role.

Required Delegated Scopes

Workspace.Read.All or Workspace.ReadWrite.All

Microsoft Entra supported identities

This API supports the Microsoft identities listed in this section.

Identity Support
User Yes
Service principal and Managed identities Yes

Interface

GET https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/managedPrivateEndpoints/{managedPrivateEndpointId}

URI Parameters

Name In Required Type Description
managedPrivateEndpointId
path True

string (uuid)

The managed private endpoint ID.

workspaceId
path True

string (uuid)

The workspace ID.

Responses

Name Type Description
200 OK

ManagedPrivateEndpoint

Request completed successfully.

Other Status Codes

ErrorResponse

Common error codes:

  • UnknownError - An error occurred.

Examples

Get managed private endpoint example

Sample request

GET https://api.fabric.microsoft.com/v1/workspaces/47482db6-4583-4672-86dd-999d0f8f4d7a/managedPrivateEndpoints/59a92b06-6e5a-468c-b748-e28c8ff28da3

Sample response

{
  "id": "59a92b06-6e5a-468c-b748-e28c8ff28da3",
  "name": "SqlPE",
  "targetPrivateLinkResourceId": "/subscriptions/e3bf3f1a-4d64-4e42-85e9-aa1b84e3874/resourceGroups/testRG/providers/Microsoft.SqlServer/SqlServer/sql1",
  "provisioningState": "Succeeded",
  "connectionState": {
    "status": "Approved",
    "description": "Endpoint approved"
  },
  "targetSubresourceType": "sqlServer"
}

Definitions

Name Description
ConnectionStatus

Private endpoint connection status. Additional connection status may be added over time.

ErrorRelatedResource

The error related resource details object.

ErrorResponse

The error response.

ErrorResponseDetails

The error response details.

ManagedPrivateEndpoint

Managed private endpoint.

PrivateEndpointConnectionState

Private endpoint connection state

PrivateEndpointProvisioningState

Provisioning state of endpoint.

ConnectionStatus

Private endpoint connection status. Additional connection status may be added over time.

Value Description
Pending

Pending approval

Approved

Endpoint approved

Rejected

Endpoint rejected

Disconnected

Endpoint disconnected

ErrorRelatedResource

The error related resource details object.

Name Type Description
resourceId

string

The resource ID that's involved in the error.

resourceType

string

The type of the resource that's involved in the error.

ErrorResponse

The error response.

Name Type Description
errorCode

string

A specific identifier that provides information about an error condition, allowing for standardized communication between our service and its users.

message

string

A human readable representation of the error.

moreDetails

ErrorResponseDetails[]

List of additional error details.

relatedResource

ErrorRelatedResource

The error related resource details.

requestId

string

ID of the request associated with the error.

ErrorResponseDetails

The error response details.

Name Type Description
errorCode

string

A specific identifier that provides information about an error condition, allowing for standardized communication between our service and its users.

message

string

A human readable representation of the error.

relatedResource

ErrorRelatedResource

The error related resource details.

ManagedPrivateEndpoint

Managed private endpoint.

Name Type Description
connectionState

PrivateEndpointConnectionState

Endpoint connection state of provisioned endpoints.

id

string (uuid)

Managed private endpoint Id.

name

string

The private endpoint name.

provisioningState

PrivateEndpointProvisioningState

Provisioning state of endpoint.

targetPrivateLinkResourceId

string

Resource Id of data source for which private endpoint is created

targetSubresourceType

string

Sub-resource pointing to Private-link resoure.

PrivateEndpointConnectionState

Private endpoint connection state

Name Type Description
actionsRequired

string

Actions required to establish connection.

description

string

Description message (if any) provided on approving or rejecting the end point.

status

ConnectionStatus

Connection status

PrivateEndpointProvisioningState

Provisioning state of endpoint.

Value Description
Provisioning

Private endpoint in provisioning is in-progress

Succeeded

Private endpoint provisioning Succeeded

Updating

Private endpoint updating

Deleting

Private endpoint deleting

Failed

Private endpoint provisioning failed