Cisco
300-635 · Question #33
Refer to the exhibit. Cisco Intersight has an NTP server policy called My_NTP_Policy configured that contains a single NTP server pool entry "pool.ntp.org". Which Cisco Intersight API call adds an add
Sign in or unlock 300-635 to reveal the answer and full explanation for question #33. The question stem and answer options stay visible for context.
Cisco Intersight
Question
Refer to the exhibit. Cisco Intersight has an NTP server policy called My_NTP_Policy configured that contains a single NTP server pool entry "pool.ntp.org".
Which Cisco Intersight API call adds an additional NTP server (10.20.0.1) to the My_NTP_Policy server policy?
Options
- AHTTP POST Method URL: https://intersight.com/api/v1/ntp/Policies/ Bodytext: { "NtpServers": "10.20.0.1" }
- BHTTP PATCH Method URL: https://intersight.com/api/v1/ntp/Policies/{My_NTP_Policy MOID} Bodytext: { "NtpServers":[ "pool.ntp.org", "10.20.0.1" ]
- CHTTP PUT Method URL: https://intersight.com/api/v1/ntp/Policies/ Bodytext: { "NtpServers":[ "10.20.0.1" }
- DHTTP PATCH Method URL: https://intersight.com/api/v1/ntp/Policies/{My_NTP_Policy MOID} Bodytext: { "NtpServers": "10.20.0.1" }
Unlock 300-635 to see the answer
You've previewed enough free 300-635 questions. Unlock 300-635 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
#Intersight API#HTTP PATCH Method#NTP Server Policy#REST API Design