apiVersion: smarter.sh/v1
kind: ApiPlugin
metadata:
annotations: null
description: Get additional information about the admin account of the Smarter platform.
name: api_example
pluginClass: api
tags:
- example.com
- api
- rest-api
version: 0.1.0
spec:
apiData:
body:
- default: test
description: The test to run.
name: test
required: true
type: string
- default: test2
description: The second test to run.
name: test2
required: false
type: string
endpoint: /api/v1/example-endpoint/
headers: null
limit: 10
parameters: null
test_values:
- name: username
value: admin
- name: limit
value: 1
url_params: null
connection: example_connection