ves-io-schema-graph-l3l4-CustomAPI-ByApplication

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"

        

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"

        

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_2__8qnt6fwd5dvglr1xqq6l8b7w0000gp_T_go-build3109416560_b001_apidocs.test/host=C02FN35BMD6R/svc=S:examplesvc/site=mytestce01' 'https://acmecorp.console.ves.volterra.io/api/infraprotect/namespaces/system/graph/l3l4/by_application/123'
        

curl response:

          HTTP/1.1 200 OK
Content-Type: application/json
Date: Thu, 21 Mar 2024 14:05:28 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"
        }
      ]
    }
  ]
}