nerdexam
Cisco

300-435 · Question #117

What is the impact of a PUT call to the https://my.vmanage.sr/setting/configuration/webserver/certificate API endpoint on a Cisco vManage server?

The correct answer is D. A signed web server certificate is imported. A PUT call to the https://my.vmanage.sr/setting/configuration/webserver/certificate API endpoint on a Cisco vManage server is used to import a signed web server certificate.

Controller-Based Network Automation

Question

What is the impact of a PUT call to the https://my.vmanage.sr/setting/configuration/webserver/certificate API endpoint on a Cisco vManage server?

Options

  • AA certificate with an alias name is rolled back.
  • BA Certificate Signing Request is generated.
  • CCertificate Signing Request information is updated.
  • DA signed web server certificate is imported.

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    5% (2)
  • C
    13% (5)
  • D
    80% (32)

Why each option

A PUT call to the `https://my.vmanage.sr/setting/configuration/webserver/certificate` API endpoint on a Cisco vManage server is used to import a signed web server certificate.

AA certificate with an alias name is rolled back.

Rolling back a certificate is typically a separate operation, often involving specific rollback endpoints or mechanisms, not a general PUT to the certificate configuration.

BA Certificate Signing Request is generated.

Generating a Certificate Signing Request (CSR) is typically a GET or POST operation to a different or related endpoint to initiate the request, not a PUT to import.

CCertificate Signing Request information is updated.

Updating CSR information usually happens before the certificate is signed or during a generation process, not through a PUT request meant for importing a signed certificate.

DA signed web server certificate is imported.Correct

According to Cisco vManage API documentation for certificate management, the PUT method on the `/setting/configuration/webserver/certificate` endpoint is used to import a signed web server certificate, replacing the current one. This is a common operation to update the vManage web UI's SSL certificate.

Concept tested: Cisco vManage API - web server certificate import

Source: https://developer.cisco.com/docs/sdwan/#!vmanage-apis-certificate-management

Topics

#REST API#vManage API#Certificate Management#Network Configuration

Community Discussion

No community discussion yet for this question.

Full 300-435 Practice