nerdexam
Cisco

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.

Management and Operations

Question

Which two resource data types are used to collect information for monitoring using REST API in Cisco SD-WAN? (Choose two.)

Exhibit

300-415 question #262 exhibit

Options

  • APOST
  • BPUT
  • Cscalar
  • DArray
  • EDELETE

How the community answered

(46 responses)
  • B
    7% (3)
  • C
    89% (41)
  • E
    4% (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.

APOST

POST is an HTTP method used to create or submit data to a resource, not a data type used to represent collected information.

BPUT

PUT is an HTTP method used to update or replace a resource, not a data type used to represent collected information.

CscalarCorrect

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.

DArrayCorrect

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.

EDELETE

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

#SD-WAN REST API#Monitoring#API Data Types

Community Discussion

No community discussion yet for this question.

Full 300-415 Practice