Get network usage in kb for the given virtual device
GET/api/v1/projects/:projectId/vnfs/:vnfId/virtualdevices/:virtualDeviceId/monitoring/network
Get the network usage of the given virtual device for a period of time and according to a step that could not be under 5 minutes. And this step depends on the period of time (bigger step for large period). This usage corresponds to the amount of traffic exchanged (received and transmitted) in kilobytes per step during the period of time.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 500
- 503
Successful response
Bad Request. List of supported codes: 20: Invalid URL parameter value, 21: Missing body, 22: Invalid body, 23: Missing body field, 24: Invalid body field, 25: Missing header, 26: Invalid header value, 27: Missing query-string parameter, 28: Invalid query-string parameter value.
Not Authorized. List of supported codes: 40 = Missing credentials, 41 = Invalid credentials, 42 = Expired credentials.
Forbidden. List of supported codes: 50 = access denied, 51 = forbidden requester, 53 = too many requests.
Resource not found. List of supported codes: 60 = resource not found.
Method not allowed. List of supported codes: 61 = method not allowed.
Internal Error. List of supported codes: 1 = internal error.
Service unavailable