Reference Guide

2
Resource URI Endpoints
An example of resource endpoint is:https://Api/V1/ServiceTemplate
From this example, API endpoints are accessible over https (at port 443 ).
All URI paths are prefixed with /Api/V1/ where V1 is the current API version.
Following the prefix above the remainder of the URI path (endpoint) will have the form /<resource>/
<action>?<query>.
Where action and query are optional, and resource is one of the following resources:
Authenticate
Chassis
Credential
Deployment
DeviceGroup
DHCP
DiscoveryRequest
FirmwareRepository
ManagedDevice
Network
NTP
Proxy
Server
ServiceTemplate
Timezone
User
WizardStatus
Each of these resources is fully detailed in Appendix A, showing the applicable HTTP methods for each,
optional actions and query parameters, and relevant payloads for POST and PUT methods.
10