usage.staging.vaas.gdatasecurity.de Open in urlscan Pro
85.215.175.53  Public Scan

Submitted URL: https://usage.staging.vaas.gdatasecurity.de/
Effective URL: https://usage.staging.vaas.gdatasecurity.de/swagger/index.html
Submission: On July 20 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><label class="select-label" for="select"><span>Select a definition</span><select id="select">
      <option value="https://usage.staging.vaas.gdatasecurity.de/swagger/v1/swagger.json">UsageDbApi v1</option>
    </select></label></form>

Text Content

Select a definitionUsageDbApi v1


VAAS USAGE API

 1.0.0.0 

OAS 3.0

https://usage.staging.vaas.gdatasecurity.de/swagger/v1/swagger.json

Web API for accessing the Verdict-as-a-Service Usage Db

Authorize



ADMIN

GET
/admin/usage
Fetches entire usage list from database.

GET
/admin/count
Fetch amount of all stored usage events



AGGREGATION

POST
/usage/aggregate
Route for aggregating all stored usage events.



DAILY

GET
/usage/daily
Fetches all usage counts for authorized user.

GET
/usage/daily/{fromDate}
Fetches all usage counts for authorized user starting from a certain point in
time.

GET
/usage/daily/{fromDate}/{toDate}
Fetches all usage counts for authorized user within a certain time range.



EVENT

GET
/usage/event/{fromDate}
Fetches usage list from database starting from a certain point in time.

GET
/usage/event/{fromDate}/{toDate}
Fetches usage list from database within a certain time range.


SCHEMAS

UsageAggregationRequest
UsageCount
UsageEvent
UsageType
Verdict
VerdictCount