Get Date Range
Use this endpoint to select date range to download elastic search logs
Authorized Roles : PROVIDER
Request
URI
GET
https://{api_host}/provider/elasticsearch/date-range
COPY
Responses
200
OK
Returns
TimestampDto
of type(s)
application/vnd.vmware.dms-v1+json
{
"fromDate": "string",
"toDate": "string"
}
string
fromDate
Optional
fromDate
string
toDate
Optional
toDate
400
Bad Request
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/provider/elasticsearch/date-range