Managed Private Endpoints - List By Account
Lists managed private endpoints under a managed virtual network.
GET {endpoint}/scan/managedvirtualnetworks/defaultv2/managedprivateendpoints?api-version=2023-09-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
endpoint
|
path | True |
string (url) |
The scanning endpoint of your purview account. Example: https://{accountName}.purview.azure.com. |
|
managed
|
path | True |
The managed virtual network name. It is restricted to the value 'defaultv2' for now. |
|
|
api-version
|
query | True |
string |
The api version to use. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Success. |
|
| Other Status Codes |
An error response received from the Scanning Service. Headers x-ms-error-code: string |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
ManagedPrivateEndpoints_ListByAccount
Sample request
GET {endpoint}/scan/managedvirtualnetworks/defaultv2/managedprivateendpoints?api-version=2023-09-01
Sample response
x-ms-request-id: d5496da4-9c52-402f-b067-83cc9ddea888
{
"value": [
{
"name": "myManagedPrivateEndpoint",
"properties": {
"connectionState": {
"actionsRequired": "None",
"description": "test descrption",
"status": "Approved"
},
"fqdns": [
"fqdns1"
],
"groupId": "myGroupId",
"privateLinkResourceId": "myPrivateLinkResourceId",
"provisioningState": "Succeeded"
}
}
]
}
Definitions
| Name | Description |
|---|---|
|
Connection |
The properties of connection state. |
|
Error |
The error model. |
|
Error |
The error response model. |
|
Managed |
The managed private endpoint. |
|
Managed |
List of managed private endpoint resources. |
|
Managed |
The properties of managed private endpoint. |
|
Managed |
The managed virtual network name. It is restricted to the value 'defaultv2' for now. |
ConnectionStateProperties
The properties of connection state.
| Name | Type | Description |
|---|---|---|
| actionsRequired |
string |
ActionsRequired for a private link connection. |
| description |
string |
Description of a private link connection. |
| status |
string |
Status of a private link connection. |
ErrorModel
The error model.
| Name | Type | Description |
|---|---|---|
| code |
string |
A unique error code that identifies the specific error. |
| details |
An array of nested ErrorModel objects that provides additional error details. |
|
| message |
string |
A human-readable error message that provides more details about the error. |
| target |
string |
The specific component that the error is associated with. |
ErrorResponseModel
The error response model.
| Name | Type | Description |
|---|---|---|
| error |
The error model. |
ManagedPrivateEndpoint
The managed private endpoint.
| Name | Type | Description |
|---|---|---|
| id |
string |
The resource identifier. |
| name |
string |
The resource name. |
| properties |
The properties of managed private endpoint. |
ManagedPrivateEndpointList
List of managed private endpoint resources.
| Name | Type | Description |
|---|---|---|
| count |
integer (int64) |
The number of managed private endpoints. |
| nextLink |
string |
The link to the next page of results, if any remaining results exist. |
| value |
List of managed private endpoints. |
ManagedPrivateEndpointProperties
The properties of managed private endpoint.
| Name | Type | Description |
|---|---|---|
| connectionState |
The properties of connection state. |
|
| fqdns |
string[] |
The fqdns of managed private endpoint. |
| groupId |
string |
The group identifier of managed private endpoint. |
| privateLinkResourceId |
string |
The private link resource identifier of managed private endpoint. |
| provisioningState |
string |
The provisioning state of managed private endpoint. |
ManagedVirtualNetworkName
The managed virtual network name. It is restricted to the value 'defaultv2' for now.
| Value | Description |
|---|---|
| defaultv2 |