GET /protocols/nlight-air/pti
FROM API REVISION 6.0
ul
Used when you are operating a browser without access to the header parameter. This allows you to choose which encoding you want to use for the response:
All these resources can be used according what the resource allows.
The $expand system query option specifies the related resources to be included in line with retrieved resources.
The value passed in the parameter can be:
The $expand system query option can be used with the $levels query option, to expand recursively.
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
Object Name: PacketTraceInterface
propertyName | type | description | get |
---|---|---|---|
Logs | Object | Logs object that contain information about the logging. | GET |
Url Example: https://1.1.1.1/api/rest/v1/protocols/nlight-air/pti
{
"logs": {
"href": "/api/rest/v1/protocols/nlight-air/pti/logs",
"name": "logs"
}
}
Url Example: https://1.1.1.1/api/rest/v1/protocols/nlight-air/pti
<?xml version="1.0" encoding="utf-8"?>
<PacketTraceInterface>
<Logs>
<Href>/api/rest/v1/protocols/nlight-air/pti/logs</Href>
<Name>logs</Name>
</Logs>
</PacketTraceInterface>