| Description | : Retrieves a list of FlowProfile resources associated with a specified pipeline. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "AzureDataTransfer_ListFlowProfiles",
"$responses": {
"200": {
"$items": {
"$properties": [
{
"#name": "replicationScenario",
"Enum": {
"new": [
[
"Messaging",
"Represents standard message-based data, including Azure Service and Event Hub, used in message replication."
],
[
"API",
"Represents transactional request/response data types from API endpoints."
],
[
"Stream",
"Represents data types that require continuous, real-time streaming replication (e.g., video)."
],
[
"Files",
"Represents standard file-based data, including Azure Blob and Table Storage, used in general-purpose replication."
],
[
"SoftwareArtifacts",
"Represents data related to development, security, and operations workflows such as build artifacts subject to an NCDSMO policy."
],
[
"Complex",
"Represents rich content types such as documents (e.g., Word, PDF) and images that require specialized replication handling."
]
],
"old": [
[
"Messaging",
"Represents standard message-based data, including Azure Service and Event Hub, used in message replication."
],
[
"API",
"Represents transactional request/response data types from API endpoints."
],
[
"Stream",
"Represents data types that require continuous, real-time streaming replication (e.g., video)."
],
[
"Files",
"Represents standard file-based data, including Azure Blob and Table Storage, used in general-purpose replication."
],
[
"DevSecOps",
"Represents data related to development, security, and operations workflows subject to two-person cryptographic integrity validations."
]
]
}
}
]
}
}
}
}
⚼ Request
POST:
/providers/Microsoft.AzureDataTransfer/listFlowProfiles
{
api-version:
string
,
body:
}
{
,
pipeline:
string
,
}
⚐ Response (200)
{
pipeline:
string
,
name:
string
,
replicationScenario:
enum
,
flowProfileId:
string
,
status:
enum
,
description:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}