300-415 · Question #262
Which two resource data types are used to collect information for monitoring using REST API in Cisco SD-WAN? (Choose two.)
The correct answer is C. scalar D. Array. When retrieving monitoring information via the Cisco SD-WAN REST API, the data is typically presented using scalar values for single data points and arrays for collections of data.
Question
Exhibit
Options
- APOST
- BPUT
- Cscalar
- DArray
- EDELETE
How the community answered
(46 responses)- B7% (3)
- C89% (41)
- E4% (2)
Why each option
When retrieving monitoring information via the Cisco SD-WAN REST API, the data is typically presented using scalar values for single data points and arrays for collections of data.
POST is an HTTP method used to create or submit data to a resource, not a data type used to represent collected information.
PUT is an HTTP method used to update or replace a resource, not a data type used to represent collected information.
Scalar data types, such as integers, strings, or booleans, are fundamental for conveying individual pieces of monitoring information (e.g., a device's uptime or a specific metric value) returned by the REST API.
Array data types are essential for representing collections of related monitoring data, such as a list of all managed devices, a series of historical performance metrics, or multiple log entries, which are commonly returned by REST API calls for monitoring.
DELETE is an HTTP method used to request the removal of a resource, not a data type used to represent collected information.
Concept tested: SD-WAN REST API data types for monitoring
Source: https://developer.cisco.com/docs/sdwan/#!rest-api-overview/rest-api-documentation-basics
Topics
Community Discussion
No community discussion yet for this question.
