Path parameters
-
Network id
Maximum length is
50
.
GET /v1/networks/{id}
curl \
-X GET https://api.auditzy.com/v1/networks/{id}
Response examples (200)
{
"data": {
"id": "normal5g",
"name": "5G (67 Mbps/67 Mbps, 10ms TCP RTT)"
},
"status": "SUCCESS"
}
Response examples (404)
{
"status": "FAILURE",
"message": "Resource Not Found"
}