Add missing payload_template config option in Scrape (#39329)

This commit is contained in:
G Johansson 2025-05-31 17:12:12 +02:00 committed by GitHub
parent cfbea8c7cb
commit 9c4011b644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,10 @@ payload:
description: The payload to send with a POST request. Depends on the service, but usually formed as JSON.
required: false
type: string
payload_template:
description: The payload to send with a POST request with template support.
required: false
type: template
verify_ssl:
description: Verify the SSL certificate of the endpoint.
required: false