Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
“nico-shishkin” committed Nov 14, 2023
1 parent 30fd1be commit b3d721e
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions _source/api/logzio-public-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,26 @@ swagger: '2.0'
schemes: [ https ]
host: api.logz.io
x-servers:
{%- for region in site.data.logzio-regions %}
- url: https://api
{%- if region.suffix -%}
-{{region.suffix}}
{%- endif -%}
.logz.io/
description: {{region.title}}
{% endfor -%}
- url: https://api.logz.io/
description: US East (Northern Virginia)

- url: https://api-au.logz.io/
description: Asia Pacific (Sydney)

- url: https://api-ca.logz.io/
description: Canada (Central)

- url: https://api-eu.logz.io/
description: Europe (Frankfurt)

- url: https://api-nl.logz.io/
description: West Europe (Netherlands)

- url: https://api-uk.logz.io/
description: Europe (London)

- url: https://api-wa.logz.io/
description: West US 2 (Washington)
basePath: /
produces: [ application/json ]
consumes: [ application/json ]
Expand Down Expand Up @@ -12037,20 +12049,20 @@ definitions:
properties:
accountName:
type: string
description: Account name
description: Name of Account
example:
archiveSettingsId:
type: integer
format: int32
description: Archive settings ID
description: Archive Settings Id
example:
startTime:
type: integer
format: int64
description: Start time
description: Restore Start Time
example:
endTime:
type: integer
format: int64
description: End time
description: Restore End Time
example:

0 comments on commit b3d721e

Please sign in to comment.