An administrator needs to perform a configuration backup of NSX. From which two locations can
this task be performed? (Choose two.)
A.
Directly on the NSX Manager
B.
From the vSphere Web Client
C.
Using the NSX API
D.
Directly on each NSX Controller
An administrator needs to perform a configuration backup of NSX. From which two locations can
this task be performed? (Choose two.)
An administrator needs to perform a configuration backup of NSX. From which two locations can
this task be performed? (Choose two.)
A.
Directly on the NSX Manager
B.
From the vSphere Web Client
C.
Using the NSX API
D.
Directly on each NSX Controller
A,C
You can back up and restore your NSX Manager data, which can include system configuration, events, and audit log tables. Configuration tables are included in every backup. Backups are saved to a remote location that must be accessible by the NSX Manager.
Check the API admin guide for more info.
To do a backup use:
POST https:///api/1.0/appliance-management/backuprestore/backup
To check backups files:
GET https:///api/1.0/appliance-management/backuprestore/backups
To do a restore:
POST https:///api/1.0/appliance-management/backuprestore/restore?restoreFile=filename
Great work!