| Description | : Lists all Endpoints in a Storage Mover. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Endpoints_List",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"@removed_d3dcbef169294d799abddd128971901f": {
"#name": "systemData",
"Description": "Resource system metadata.",
"Required": false,
"Type": "object",
"$properties": [
{
"#name": "createdBy",
"Description": "The identity that created the resource.",
"Required": false,
"Type": "string"
},
{
"#name": "createdByType",
"Description": "The type of identity that created the resource.",
"Enum": [
[
"User",
""
],
[
"Application",
""
],
[
"ManagedIdentity",
""
],
[
"Key",
""
]
],
"Required": false,
"Type": "string"
},
{
"#name": "createdAt",
"Description": "The timestamp of resource creation (UTC).",
"Format": "date-time",
"Required": false,
"Type": "string"
},
{
"#name": "lastModifiedBy",
"Description": "The identity that last modified the resource.",
"Required": false,
"Type": "string"
},
{
"#name": "lastModifiedByType",
"Description": "The type of identity that last modified the resource.",
"Enum": [
[
"User",
""
],
[
"Application",
""
],
[
"ManagedIdentity",
""
],
[
"Key",
""
]
],
"Required": false,
"Type": "string"
},
{
"#name": "lastModifiedAt",
"Description": "The timestamp of resource last modification (UTC)",
"Format": "date-time",
"Required": false,
"Type": "string"
}
]
}
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/endpoints
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
storageMoverName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
endpointType:
enum
,
description:
string
,
provisioningState:
enum
,
}
identity:
}
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
userAssignedIdentities:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}