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/acknowledge-device-fingerprint
The following operation is supported on this resource:
- POST - Acknowledge Device Fingerprint Rest API
POST /acknowledge-device-fingerprint | Version 2 |
This API will perform the following operations:
- Acknowledge the specified fingerprint value - Blindly accepted the fingerprint from the device on first connection or reconnection.
- Resolve the fingerprint conflict - Mismatch between fingerprint stored in database and in device.
- Credentials Based – Unverified
- Key Based – Unverified
- Key Conflict – Unverified
- Fingerprint Conflict
-
Parameters:
Name Type URI Type Description Required queue Queue URL Query A fully qualified queue URL, where job progress notifications will be sent (See Asynchronous API Usage) N schedule cron-like-expression Query Schedule this API in the future, by specifying a cron-like-expression (See Job Scheduling) N -
Content-Type Headers:
application/vnd.net.juniper.space.device-management.acknowledge-device-fingerprint-request+xml;version=2;charset=UTF-8
application/vnd.net.juniper.space.device-management.acknowledge-device-fingerprint-request+json;version=2;charset=UTF-8 -
Accept Headers:
application/vnd.net.juniper.space.job-management.task+xml;version=1
application/vnd.net.juniper.space.job-management.task+json;version=1 -
Sample Input XML:
<acknowledge-device-fingerprint-request>
<acknowledge-devices>
<acknowledge-device>
<device href="/api/space/device-management/devices/{id}"/>
<fingerprint>String</fingerprint>
</acknowledge-device>
</acknowledge-devices>
</acknowledge-device-fingerprint-request> -
Sample Input JSON:
{
"acknowledge-device-fingerprint-request" : {
"acknowledge-devices" : {
"acknowledge-device" : {
"device" : {
"@href" : "/api/space/device-management/devices/{id}"
} ,
"fingerprint" : "String"
}
}
}
}
- .
Sample Usage
This API makes an asynchronous method call, so you can, optionally, specify queue and schedule parameters:
POST /acknowledge-device-fingerprint?queue=<queue>&schedule=<schedule>
Note: The queue URL denoted by <queue> must have been created already.
Access Control
The following capabilities are required to access this API: AcknowledgeDeviceFingerprint