​
Select Service
ves-io-schema-graph-l3l4-CustomAPI-ByApplication
Published April 5, 2023 | Last modified November 14, 2025
Examples of performing l3l4 CustomAPI ByApplication
Usecase:
Get data by application
Request:
Request using vesctl:
vesctl request rpc l3l4.CustomAPI.ByApplication -i request.yaml --uri /public/namespaces/system/graph/l3l4/by_application/123 --http-method POST
where file request.yaml has following contents:
endTime: "2020-01-30T18:00:00Z"
namespace: system
startTime: "2020-01-30T17:00:00Z"
Copied!
vesctl yaml response:
in:
- name: http
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: ssl
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: smtp
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: ftp
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: dns
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: other TCP
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: other UDP
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
out:
- name: http
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: ssl
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: smtp
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: ftp
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: dns
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: other TCP
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
- name: other UDP
values:
- timestamp: "2020-06-07T15:50:00Z"
value: "38989760.000000"
- timestamp: "2020-06-07T16:00:00Z"
value: "47784586.666667"
- timestamp: "2020-06-07T16:10:00Z"
value: "52891040.000000"
Copied!
Request using curl:
curl -X 'POST' -d '{"namespace":"system","start_time":"2020-01-30T17:00:00Z","end_time":"2020-01-30T18:00:00Z"}' -H 'Content-Type: application/json' -H 'X-Volterra-Useragent: v1/pgm=_var_folders_q2_3kp8z3zs0x5_m7pk1bgb0_ph0000gp_T_go-build4194363419_b001_apidocs.test/host=MTY6VVHQPH/svc=S:examplesvc/site=mytestce01' 'https://acmecorp.console.ves.volterra.io/api/infraprotect/namespaces/system/graph/l3l4/by_application/123'
Copied!
curl response:
HTTP/1.1 200 OK
Content-Type: application/json
Date: Thu, 13 Nov 2025 23:06:09 GMT
Vary: Accept-Encoding
{
"in": [
{
"name": "http",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "ssl",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "smtp",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "ftp",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "dns",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "other TCP",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "other UDP",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
}
],
"out": [
{
"name": "http",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "ssl",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "smtp",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "ftp",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "dns",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "other TCP",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
},
{
"name": "other UDP",
"values": [
{
"timestamp": "2020-06-07T15:50:00Z",
"value": "38989760.000000"
},
{
"timestamp": "2020-06-07T16:00:00Z",
"value": "47784586.666667"
},
{
"timestamp": "2020-06-07T16:10:00Z",
"value": "52891040.000000"
}
]
}
]
}
Copied!