Cisco
300-435 · Question #111
A network engineer wants to create an event subscription via a POST to /dna/intent/api/v1/event/subscription. Which line of code completes the JSON snippet? ``json { "name": "Cisco-DNA-Devnet", "descr
Sign in or unlock 300-435 to reveal the answer and full explanation for question #111. The question stem and answer options stay visible for context.
Controller-Based Network Automation
Question
A network engineer wants to create an event subscription via a POST to /dna/intent/api/v1/event/subscription. Which line of code completes the JSON snippet?
{
"name": "Cisco-DNA-Devnet",
"description": "Cisco-DNA-Devnet API subscription",
"subscriptionDetails": [
{
"instanceId": "1",
"url": "https://publicserver.cisco",
"method": "POST",
"connectorType": "REST"
}
],
"filter": {
"eventIds": [
"NETWORK-NON-FABRIC_WIRED-1-251"
]
}
}
Response Status 200 and Response Body: "statusUri": "/dna/intent/api/v1/event/api-status/8d6dff7b-3313-78ad-9d3d-9453d43d5c6"Options
- A"subscribeNotifications": [
- B"subscriptionEndpoints": [
- C"subscribeDnac": [
- D"subscriptionWhbook": [
Unlock 300-435 to see the answer
You've previewed enough free 300-435 questions. Unlock 300-435 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Cisco DNA Center#API Subscription#REST API#Webhooks