REST Resources
-
/ -
/acknowledge-device-fingerprint -
/change-device-credentials -
/devices -
/devices /{device-id} /activate-modeled-device -
/devices /{device-id} /applicable-configlets -
/devices /{device-id} /apply-cli-configlet -
/devices /{device-id} /associated-softwares -
/devices /{device-id} /clone -
/devices /{device-id} /compute-configlet-parameter-values -
/devices /{device-id} /configlet -
/devices /{device-id} /configurations /expanded -
/devices /{device-id} /configurations /raw -
/devices /{device-id} /validate-cli-configlet -
/devices /{id} -
/devices /{id} /associated-scripts -
/devices /{id} /change-requests -
/devices /{id} /configurations -
/devices /{id} /configurations /expanded /match-content -
/devices /{id} /configurations /raw /match-content -
/devices /{id} /connection-status -
/devices /{id} /exec-resync -
/devices /{id} /exec-rpc -
/devices /{id} /managed-elements -
/devices /{id} /managed-status -
/devices /{id} /modify-device-target-ip -
/devices /{id} /view-customized-attributes -
/discover-devices -
/discoveryresult /{id} -
/get-syslog-events -
/stop-syslog-events -
/stop-syslog-events /{id}
/api/space/device-management (v1)
The following operation is supported on this resource:
- GET - Get methods available in the Service
GET / | Version 1 |
This resource provides HATEOAS links to collections and methods available in this service.
Sample Usage
GET /
-
Accept Headers:
application/vnd.net.juniper.space.device-management+xml;version=1
application/vnd.net.juniper.space.device-management+json;version=1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<device-management>
<collection href="/api/space/device-management/devices"
rel="devices"/>
<method href="/api/space/device-management/discover-devices"
rel="discover-devices"/>
<method
href="/api/space/device-management/devices/get-syslog-events"
rel="get-syslog-events"/>
<method
href="/api/space/device-management/devices/stop-syslog-events"
rel="stop-syslog-events"/>
<method
href="/api/space/device-management/devices/subscribe-change-notifications"
rel="subscribe-change-notifications"/>
<collection href="/api/space/device-management/modeled-device-management"
rel="modeled-device-management"/>
</device-management>
{
"device-management": {
"collection": {
"@href":"/api/space/device-management/devices",
"@rel":"devices"
},
"method": [
{
"@href":
"/api/space/device-management/discover-devices",
"@rel":
"discover-devices"
},
{
"@href":
"/api/space/device-management/devices/get-syslog-events",
"@rel":
"get-syslog-events"
},
{
"@href":
"/api/space/device-management/devices/stop-syslog-events",
"@rel":
"stop-syslog-events"
},
{
"@href":
"/api/space/device-management/devices/subscribe-change-notifications",
"@rel":
"subscribe-change-notifications"
}
],
"collection": {
"@href":"/api/space/device-management/modeled-device-management",
"@rel":"modeled-device-management"
}
}
Access Control
The following capabilities are required to access this API: DefaultRead
For the current version of this API, refer to :