An Ansible module that enables Continuous Delivery with Red Hat 3scale API Management Platform (3scale AMP)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

36 lines
786 B

swagger: '2.0'
info:
x-threescale-system-name: 'echo-api-with-basepath'
title: 'Echo API'
description: 'A very simple API.'
contact:
name: 'Nicolas MASSE'
url: 'http://github.com/nmasse-itix'
email: nmasse@redhat.com
license:
name: 'MIT License'
url: 'https://opensource.org/licenses/MIT'
version: '1.0'
host: 'echo-api.3scale.net'
basePath: '/test-base'
schemes:
- http
paths:
/echo:
get:
operationId: Echo
tags:
- echo
summary: 'Get an echo'
description: 'Get an echo from the server'
x-threescale-smoketests-operation: true
responses:
200:
description: 'An Echo from the server'
security:
- apikey: []
securityDefinitions:
apikey:
name: api-key
in: header
type: apiKey