| name | data type | constraints | description |
|---|---|---|---|
| sourceService | ApiServiceRef | ||
| policyName | string | ||
| stagingDir | string | ||
| atlasEntityRegexPattern | string | ||
| matchType | string | ||
| atlasEntityType | array of string | ||
| skipLineage | boolean | required | |
| fetchType | string |
Example
{
"sourceService" : {
"peerName" : "...",
"clusterName" : "...",
"clusterDisplayName" : "...",
"serviceName" : "...",
"serviceDisplayName" : "...",
"serviceType" : "..."
},
"policyName" : "...",
"stagingDir" : "...",
"atlasEntityRegexPattern" : "...",
"matchType" : "...",
"atlasEntityType" : [ "...", "..." ],
"skipLineage" : true,
"fetchType" : "..."
}