Query Report Files in Specified Folder (v2.0)
POST/sdwan/v2.0/api/reportsdir/query
Query all the report files and folders in a specific folder.
Request
- application/json
Body
dest_page int32
The destination page.
folder string
The requested folder name.
id string
The ID.
limit int32
The requested pagination limit.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
count int32
The actual count.
id string
The ID.
items ReportListItem[]
id string
The ID.
modifiedTime int64
The folder modified time.
name string
The folder name.
path string
The folder path.
size int64
The folder size.
type string
The folder type.
{
"count": 0,
"id": "string",
"items": [
{
"id": "string",
"modifiedTime": 0,
"name": "string",
"path": "string",
"size": 0,
"type": "string"
}
]
}
Loading...