/mgmt/status/default/NDCacheStatus2 GET
Use the HTTP GET method with the /mgmt/status/default/NDCacheStatus2
resource to request status information about IPv6 Neighbor Discovery (ND) translations on all
interfaces. Only complete cache entries are returned.
Resource URL
https://host:port/mgmt/status/default/NDCacheStatus2
Where
port is 5554 by default.Request headers
The following header must be sent with the request:
- Authorization
- This header must be sent to perform authentication.
Request body format
None.
Security requirements
The caller must be authenticated as an appliance user with sufficient authority. For more information about security, see Types of user and how they are authenticated and User authorization, credential mapping, and access profiles.
Response status codes
- 200
- Status information retrieved successfully.
- 400
- Invalid data provided.
- 401
- Not authenticated.
- 403
- Not authorized.
Response headers
- Content-Type
- This header is returned with a value of
application/json
.
Response body format
The response is in JSON format. The response includes information about available ND
translations. Each object contains the following fields:
- IPType
- String.
- IPAddress
- String.
- PrefixLength
- Integer.
- HardwareAddress
- String.
- Interface
- String.
- InterfaceIndex
- Integer.
- InterfaceType
- String.
- State
- String.
Examples
The following example requests information about ND translations.
The following URL is used with the HTTP GET
method:
https://localhost:5554/mgmt/status/default/NDCacheStatus2
The following listing shows an example received
response:
{
"_links": {
"self": {
"href": "/mgmt/status/default/NDCacheStatus2"
},
"doc": {
"href": "/mgmt/docs/status/NDCacheStatus2"
}
},
"result": "No status retrieved."
}