Skip to content

Instantly share code, notes, and snippets.

@Nannigalaxy
Last active February 19, 2024 05:32
Show Gist options
  • Save Nannigalaxy/ae42b2fafb284aca75354f2b9fe03a50 to your computer and use it in GitHub Desktop.
Save Nannigalaxy/ae42b2fafb284aca75354f2b9fe03a50 to your computer and use it in GitHub Desktop.
feed YAML
map:
environment: name
url: api_url
status: api_ping
docs: docs_url
status-check:
api_ping: status
target:
Thermography API:
- name: Development
api_url: https://thermography-development-api.airprobe.app/api/
api_ping: https://thermography-development-api.airprobe.app/api/ping
- name: Demo
api_url: https://thermography-demo-api.airprobe.app/api/
api_ping: https://thermography-demo-api.airprobe.app/api/ping
- name: Production
api_url: https://production-thermography-api.airprobe.app/api/
api_ping: https://production-thermography-api.airprobe.app/api/ping
Sigma:
- name: Sandbox/Development
api_url: https://sigma-sandbox-api.airprobe.app/api/v3/
api_ping: https://sigma-sandbox-api.airprobe.app/api/v3/ping
docs_url: https://sigma-sandbox-api.airprobe.app/api/v3/docs/openapi
- name: QA
api_url: https://sigma-qa-api.airprobe.app/api/v3/
api_ping: https://sigma-qa-api.airprobe.app/api/v3/ping
docs_url: https://sigma-qa-api.airprobe.app/api/v3/docs/openapi
EPC API:
- name: Development
api_url: https://epc-construction-development-api.airprobe.app/api/epc/v1/
api_ping: https://epc-construction-development-api.airprobe.app/api/epc/v1/ping
Serial Id API:
- name: Production
api_url: https://production-serial-id-api.dronebase.com/api/serial_id/
api_ping: https://production-serial-id-api.dronebase.com/api/serial_id/ping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment