Skip to content

Instantly share code, notes, and snippets.

@antgamdia
Last active July 31, 2018 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antgamdia/48895cef42b800e09e72a4b379449ddd to your computer and use it in GitHub Desktop.
Save antgamdia/48895cef42b800e09e72a4b379449ddd to your computer and use it in GitHub Desktop.
ELeCTRA sample files
openapi: 3.0.0
servers: []
info:
description: ''
version: 1.0.0
title: s2
termsOfService: ''
contact:
email: ''
x-sla: 'https://gist.githubusercontent.com/antgamdia/48895cef42b800e09e72a4b379449ddd/raw/externalService-plans.yaml'
paths:
/api/s2/m1:
get:
summary: ''
description: ''
parameters: []
operationId: 's2m1'
responses:
default:
description: ''
/api/s2/m2:
get:
summary: ''
description: ''
parameters: []
operationId: 's2m2'
responses:
default:
description: ''
/api/s2/m3:
get:
summary: ''
description: ''
parameters: []
operationId: 's2m3'
responses:
default:
description: ''
/api/s2/m4:
get:
summary: ''
description: ''
parameters: []
operationId: 's2m4'
responses:
default:
description: ''
context:
id: plans
sla: '1.0'
type: plans
api: 'https://gist.githubusercontent.com/antgamdia/48895cef42b800e09e72a4b379449ddd/raw/externalservice-oas.yaml'
provider: ISA Group
infrastructure:
supervisor: 'http://supervisor.oai.governify.io/api/v2'
monitor: 'http://monitor.oai.governify.io/api/v1'
metrics:
requests:
type: integer
format: int64
description: Number of requests
resolution: consumption
pricing:
cost: 0
currency: EUR
billing: monthly
availability: 'R/00:00:00Z/15:00:00Z'
configuration: {}
plans:
"Usage limitations":
quotas:
/api/s2/m1:
get:
requests:
- max: 100
period: weekly
/api/s2/m2:
get:
requests:
- max: 100
period: weekly
/api/s2/m3:
get:
requests:
- max: 100
period: weekly
/api/s2/m4:
get:
requests:
- max: 100
period: weekly
rates:
/api/s2/m1:
get:
requests:
- max: 1
period: secondly
/api/s2/m2:
get:
requests:
- max: 1
period: secondly
/api/s2/m3:
get:
requests:
- max: 1
period: secondly
/api/s2/m4:
get:
requests:
- max: 1
period: secondly
openapi: 3.0.0
servers: []
info:
description: ''
version: 1.0.0
title: B1
termsOfService: ''
contact:
email: ''
x-sla: 'https://gist.githubusercontent.com/antgamdia/48895cef42b800e09e72a4b379449ddd/raw/internalService-plans.yaml'
paths:
/api/b1/m1:
get:
summary: ''
description: ''
parameters: []
operationId: 'b1m1'
responses:
default:
description: ''
context:
id: plans
sla: '1.0'
type: plans
api: 'https://gist.githubusercontent.com/antgamdia/48895cef42b800e09e72a4b379449ddd/raw/internalService-oas.yaml'
provider: ISA Group
infrastructure:
supervisor: 'http://supervisor.oai.governify.io/api/v2'
monitor: 'http://monitor.oai.governify.io/api/v1'
metrics:
requests:
type: integer
format: int64
description: Number of requests
resolution: consumption
pricing:
cost: 0
currency: EUR
billing: monthly
availability: 'R/00:00:00Z/15:00:00Z'
configuration: {}
plans:
Usage limitations:
quotas:
/api/b1/m1:
get:
requests:
- max: inputSize_Usagelimitations_maximize
period: weekly
rates:
/api/b1/m1:
get:
requests:
- max: unlimited
period: secondly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment