/api/customers/K0002/uacsta-protocols HTTP/1.1 200 OK {
"href": "/api/customers/K0002/uacsta-protocols",
"items": [{
"data": [{
"name": "protocol",
"value": "TCP"
}]
}, {
"data": [{
"name": "protocol",
"value": "UDP"
}]
}, {
"data": [{
"name": "protocol",
"value": "TLS"
}]
}]
}
/api/customers/K404/uacsta-protocols HTTP/1.1 404 Not Found application/api-problem+json {
"title": "Customer not found",
"detail": "Customer with identifier K404 has not been found",
"described_by": "http://api.nfon.net/probs/customer-not-found"
}
/api/customers/K0002/uacsta-protocols HTTP/1.1 403 Forbidden application/api-problem+json {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0002]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0003/uacsta-protocols HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/customers/K0003/uacsta-protocols HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [Customer] with id [K0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}