Which two parameters are mandatory when the Cisco Meraki API is used to create a network?
Refer to the exhibit. Which two parameters are mandatory when the Cisco Meraki API is used to create a network? (Choose two.)A . timezoneB . disableMyMerakiComC . typeD . tagsE . organizationIdView AnswerAnswer: AE Explanation: Without organizationID and timezone, you will not be able to create a network. Organizationid is...
With the MV Sense API, which REST endpoint provides LUX level?
With the MV Sense API, which REST endpoint provides LUX level?A . /merakimv/XXXX-XXXX-XXXX/lightB . /merakimv/XXXX-XXXX-XXXX/raw_detectionsC . /merakimv/XXXX-XXXX-XXXX/0D . /merakimv/XXXX-XXXX-XXXX/zonesView AnswerAnswer: A Explanation: Reference: https://developer.cisco.com/meraki/mv-sense/#!mqtt/lux-light-levels
Which URI with the request body of Request body: {“name”:”Test”,”organizationId”:<org_id>,”type”:”appliance”} creates a new Meraki network called “Test”, when using APIs?
Which URI with the request body of Request body: {“name”:”Test”,”organizationId”:<org_id>,”type”:”appliance”} creates a new Meraki network called “Test”, when using APIs?A . PUT https://api.meraki.com/api/v0/organizations/<org_id>/networksB . POST https://api.meraki.com/api/v0/networksC . POST https://api.meraki.com/api/v0/organizations/<org_id>/networks/<net_id>D . POST https://api.meraki.com/api/v0/organizations/<org_id>/networksView AnswerAnswer: D Explanation: Reference: https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API
Which statement describe the difference between OpenConfig and native YANG data models?
Which statement describe the difference between OpenConfig and native YANG data models?A . Native models are designed to be independent of the underlying platform and are developed by vendors and standards bodies, such as the IETC . Native models are developed by individual developers and designed to apply configurations on...
Which set of commands inserts the project into Git?
A new project called “device_status” must be stored in a central Git repository called “device_status” with the first file named “device_status.py”. The Git repository is created using the account python_programmer. Which set of commands inserts the project into Git? A) B) C) D) A . Option AB . Option BC...
Which curl command is used to update the SNMP community of network ID “1234567” to read-only?
Which curl command is used to update the SNMP community of network ID “1234567” to read-only? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: B Explanation: PUT is used to update the snmp network ID. The access has to be...
Which URI removes an administrator from a Meraki network using an API call?
Which URI removes an administrator from a Meraki network using an API call?A . DELETE https://api/meraki.com/api/v0/organizations/<org_id>/admins/<admin_id>B . DELETE https://api/meraki.com/api/v0/admins/<admin_id>C . PUT https://api/meraki.com/api/v0/organizations/<org_id>/admins/?delete=<admin_id>D . DELETE https://api/meraki.com/api/v0/organizations/<org_id>/admins/<user>View AnswerAnswer: A Explanation: NOTE: The options are fundamentally wrong. The answer is correct. It should be api.meraki.com/api/v0/organizations/ Reference: https://documentation.meraki.com/zGeneral_Administration/Other_Topics/The_Cisco_Meraki_Dashboard_API (see delete an administrator)
Which line of Python code makes this call, assuming the variable “s” is a valid Requests session object and the variable “policy-id” is the policyId?
Refer to the exhibit. A Python script must be created to deactivate vSmart Policy Cisco SD-WAN vManage Configuration APIs. The documentation states the URL is as shown in the exhibit for this REST call using POST, and that “policyId” is a required request parameter. Which line of Python code makes...
Which statement is true for Cisco IOS XE Software?
Which statement is true for Cisco IOS XE Software?A . RESTCONF supports JSON and XML and NETCONF supports XMC . RESTCONF supports XML and NETCONF supports JSON and XME . RESTCONF and NETCONF supports JSON and XMG . RESTCONF supports XML and NETCONF supports JSOView AnswerAnswer: A Explanation: Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/169/b_169_programmability_cg/restconf_programmable_interface.html
Which string completes the highlighted areas in the exhibit?
Refer to the exhibit. An engineer creates a Python script using RESTCONF to display hostname information. The code must be completed so that it can be tested. Which string completes the highlighted areas in the exhibit?A . yang-data+jsonB . yang +jsonC . yang.data+jsonD . jsonView AnswerAnswer: A Explanation: Reference: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/restconf_prog_int.html