Skip to content

Instantly share code, notes, and snippets.

@daredev23
daredev23 / AWS.yaml
Created September 19, 2025 04:59
AWS.yaml
openapi: 3.0.0
info:
title: Amazon Web Services Plugin
description: List all Amazon Web Services logs
version: "1.0.0"
servers:
- url: https://prod-41.southeastasia.logic.azure.com:443
@daredev23
daredev23 / jamf.yaml
Created September 19, 2025 04:50
jamf.yaml
openapi: 3.0.0
info:
title: JAMF Plugin
description: List all JAMF logs
version: "1.0.0"
servers:
- url: https://prod-89.southeastasia.logic.azure.com:443
@daredev23
daredev23 / PaloAlto.yaml
Created September 19, 2025 03:49
PaloAlto.yaml
openapi: 3.0.0
info:
title: Palo Alto Panorama Plugin
description: List all Palo Alto Panorama logs
version: "1.0.0"
servers:
- url: https://prod-48.southeastasia.logic.azure.com:443
@daredev23
daredev23 / Qualys.yaml
Last active September 18, 2025 09:21
Qualys.yaml
openapi: 3.0.0
info:
title: Qualys Plugin
description: List all Qualys alerts
version: "1.0.0"
servers:
- url: https://prod-92.southeastasia.logic.azure.com:443
@daredev23
daredev23 / crowdstike.yaml
Last active September 18, 2025 07:45
crowdstike.yaml
openapi: 3.0.0
info:
title: Crowdstrike Plugin
description: List all alerts
version: "1.0.0"
servers:
- url: https://prod-62.southeastasia.logic.azure.com:443
@daredev23
daredev23 / bingtranslate-openapi.yaml
Last active March 13, 2025 08:59
bingtranslate-openapi.yaml
openapi: 3.0.0
info:
title: Microsoft Translator API
description: API for translating text using Microsoft Translator
version: 1.0.0
servers:
- url: https://api.cognitive.microsofttranslator.com
paths:
/translate?api-version=3.0&from=en&to=th:
post:
@daredev23
daredev23 / cf2openapi.yaml
Last active March 7, 2025 07:19
cf2openapi.yaml
openapi: 3.0.0
info:
title: Get Cloudflare Zone settings
description: Get Cloudflare Zone settings via API
version: "v1"
servers:
- url: https://api.cloudflare.com/client/v4/
@daredev23
daredev23 / qualys2openapi.yaml
Created March 7, 2025 05:57
qualys2openapi.yaml
openapi: 3.0.0
info:
title: Qualys Custom Plugin
description: List all agents
version: "1.0.0"
servers:
- url: https://qualysapi.qg3.apps.qualys.com
@daredev23
daredev23 / cf-sample.yaml
Last active February 21, 2025 06:46
cf-sample
openapi: 3.0.0
info:
title: Get Cloudflare Zone settings
description: Get Cloudflare Zone settings via API
version: "v1"
paths:
/settings:
get:
@daredev23
daredev23 / bingsearch-openapi-samnple.yaml
Last active February 21, 2025 00:20
bingsearch-openapi-samnple
openapi: 3.0.0
info:
title: Get Bing Search Information
description: Get Bing Search Information using API
version: "v1"
paths:
/v7.0/search?q=:
get: