Get ​Get

yaml
type: "io.kestra.plugin.nats.kv.get"
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
Min length 1
SubType string
Min length 1
SubType integer