curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Orchestration/api/v1/orchestration/management/logex \
--header 'Content-Type: application/json' \
--data '{
"Domain": "<string>",
"LogRequests": [
{
"ServiceName": "<string>",
"Lines": 123,
"Offset": 123
}
]
}'
This response does not have an example.
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Orchestration/api/v1/orchestration/management/logex \
--header 'Content-Type: application/json' \
--data '{
"Domain": "<string>",
"LogRequests": [
{
"ServiceName": "<string>",
"Lines": 123,
"Offset": 123
}
]
}'
This response does not have an example.
The response is of type file
.