Skip to content

meta_data

Displays the Meta Data. It is part of the JSON response payload for all APIs for reports

Read/write properties

total_pages<Integer>

The total number of pages.

page_size<Integer>

The page size.

end_time<String>

The end time.

current_page<Integer>

The current page number.

total_records<Integer>

The total number of records.

start_time<String>

The start time.

Read only properties

Operations

get (all)

URL: http://<MGMT-IP>/sdwan_center/nitro/v1/custom_objects/meta_data

Description: Use this operation to get meta data

HTTP Method: GET

Response Payload: JSON

{"meta_data":[{
      "total_pages":<Integer_value>,
      "page_size":<Integer_value>,
      "end_time":<String_value>,
      "current_page":<Integer_value>,
      "total_records":<Integer_value>,
      "start_time":<String_value>}]}
Was this article helpful?