GET
/prime/webui/analyst/mac/{macAddress}
Get analysis data
Get analysis data. Use this to fetch data.
curl example
curl -X GET 'https://<host>/prime/webui/analyst/mac/{macAddress}' \
-H 'Authorization: Bearer <token>'OpenAPI spec
"get": {
"tags": [
"NetsApiAnalysis"
],
157
"summary": "Get analysis data",
"parameters": [
{
"name": "macAddress",
"in": "path",
"required": true,
"schema": {
"type": "string",
"nullable": true
}
}
],
"responses": {
"200": {
"description": "Success"
}
}
}