Skip to main content

Get Report Files in Specified Folder (v2.0)

GET 

/sdwan/v2.0/api/reportsdir

List all the report files and folders in a specific folder.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items ReportListItem[]
  • Array [
  • 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.

  • ]
Loading...