Get
yaml
type: "io.kestra.plugin.nats.kv.get"
Examples
yaml
id: nats_kv_get
namespace: company.team
tasks:
- id: get
type: io.kestra.plugin.nats.kv.Get
url: nats://localhost:4222
username: nats_user
password: nats_passwd
bucketName: my_bucket
keys:
- key1
- key2
yaml
id: nats_kv_get
namespace: company.team
tasks:
- id: get
type: io.kestra.plugin.nats.kv.Get
url: nats://localhost:4222
username: nats_user
password: nats_passwd
bucketName: my_bucket
keyRevisions:
- key1: 1
- key2: 3
Properties
bucketName *Requiredstring
Min length
1
keys *Requiredarray
SubType string
url *Requiredstring
Min length
1
creds string
keyRevisions object
SubType integer