- About Veeam Plug-in for Nutanix AHV REST API
- Overview
- Changelog
- Authorization
- Backup Appliance Settings
- Backup Server
- Prism Centrals
- Clusters
- getGet Collection of Clusters
- getGet Cluster Data
- getGet Collection of Virtual Machines
- postInfrastructure Rescan for Virtual Machines
- getGet Virtual Machine Data
- getGet Collection of Protection Domains
- postInfrastructure Rescan for Protection Domains
- getGet Collection of Networks
- getGet Collection of Storage Containers
- getGet Collection of Cluster Hosts
- getGet Collection of Volume Groups in Cluster
- getGet Volume Group Data
- postInfrastructure Rescan for Volume Groups
- postCluster Rescan for Snapshots
- Dashboard
- getGet Resource Usage Statistics
- getGet Session Status Statistics for Last 24 Hours
- getGet Job Type Statistics
- getGet Number of Protected VMs
- getGet Collection of Unprotected VMs
- getGet Collection of Protected VMs
- getGet Collection of Recent Job Sessions Duration
- getGet Collection of Available Backup Repositories
- Jobs
- Monitoring
- Protected VMs
- Restore Points
- getGet VM Restore Points
- getGet Restore Point Data
- delDelete Restore Point
- getGet Protection Domain Snapshot Data
- getGet Backup Snapshot Data
- getGet User Snapshot Data
- getGet Backup Data
- postPerform VM Restore
- postPerform Disk Restore
- getGet Collection of Disks From Restore Point
- getGet Collection of Network Adapters From Restore Point
- Sessions
- SMTP Account
- Time Zones
- User Accounts
- Workers
- Virtual Machines
The /applianceNetworkSettings
resource represents the network settings of the Nutanix AHV backup appliance.
Get Backup Appliance Network Settings
The HTTP GET request to the /applianceNetworkSettings
endpoint retrieves network settings of the backup appliance.
SecurityBearer
Responses
200
OK
400
Bad Request. The request body is malformed, incomplete or otherwise invalid.
401
Unauthorized. The authorization header has been expected but not found (or found but is expired).
403
Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request
500
Internal Server Error. The request has been received but could not be completed because of an internal error at the server side.
get/api/v7/applianceNetworkSettings
Request samples
- curl
- Python
- JavaScript
- C#
- Go
Response samples
- 200
- 400
- 401
- 403
- 500
application/json
{- "obtainDnsAutomatically": true,
- "dnsServers": [
- "string"
], - "networks": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "description": "string",
- "networkId": "string",
- "obtainIpAutomatically": true,
- "ipAddress": "string",
- "subnetMask": "string",
- "defaultGateway": "string"
}
]
}