curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Data/api/v1/Landscape \
--header 'Content-Type: application/json' \
--data '{
"Context": {
"CorrelationId": "<string>",
"User": "<string>",
"UserId": "<string>",
"Domain": "<string>",
"SecondaryIdentities": [
"<string>"
],
"Claims": [
{
"Type": "<string>",
"Value": "<string>"
}
],
"ImpersonationId": "<string>"
},
"Landscapes": [
"<string>"
]
}'{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Landscapes": [
{
"Name": "<string>",
"Server": "<string>",
"Namespaces": [
{
"Name": "<string>"
}
],
"DataSources": [
{
"Id": "<string>",
"Type": {
"Id": "<string>",
"Name": "<string>",
"Description": "<string>"
},
"Namespace": {
"Name": "<string>"
},
"Name": "<string>",
"Description": "<string>",
"CreationDate": "2023-11-07T05:31:56Z",
"UpdatedDate": "2023-11-07T05:31:56Z",
"AuthorId": "<string>"
}
],
"DataSourceTypes": [
{
"Id": "<string>",
"Name": "<string>",
"Description": "<string>"
}
]
}
]
}curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Data/api/v1/Landscape \
--header 'Content-Type: application/json' \
--data '{
"Context": {
"CorrelationId": "<string>",
"User": "<string>",
"UserId": "<string>",
"Domain": "<string>",
"SecondaryIdentities": [
"<string>"
],
"Claims": [
{
"Type": "<string>",
"Value": "<string>"
}
],
"ImpersonationId": "<string>"
},
"Landscapes": [
"<string>"
]
}'{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Landscapes": [
{
"Name": "<string>",
"Server": "<string>",
"Namespaces": [
{
"Name": "<string>"
}
],
"DataSources": [
{
"Id": "<string>",
"Type": {
"Id": "<string>",
"Name": "<string>",
"Description": "<string>"
},
"Namespace": {
"Name": "<string>"
},
"Name": "<string>",
"Description": "<string>",
"CreationDate": "2023-11-07T05:31:56Z",
"UpdatedDate": "2023-11-07T05:31:56Z",
"AuthorId": "<string>"
}
],
"DataSourceTypes": [
{
"Id": "<string>",
"Name": "<string>",
"Description": "<string>"
}
]
}
]
}