List

List

Certified
Enterprise Edition

List HP OO executions

yaml
type: io.kestra.plugin.ee.hpoo.executions.List
yaml
id: hpoo_list_executions
namespace: company.team

tasks:
  - id: list_executions
    type: io.kestra.plugin.ee.hpoo.executions.List
    host: https://oo.company.com:8443
    username: admin
    password: "{{ secret('HPOO_PASSWORD') }}"
    pageSize: 50
    flowUuid: "06fe8531-868b-4e79-aa7a-13a5e30a66ec"

yaml
id: hpoo_list_failures
namespace: company.team

tasks:
  - id: failures
    type: io.kestra.plugin.ee.hpoo.executions.List
    host: https://oo.company.com:8443
    username: admin
    password: "{{ secret('HPOO_PASSWORD') }}"
    owner: alice
    status:
      - SYSTEM_FAILURE
      - CANCELED

yaml
id: hpoo_list_containerized
namespace: company.team

tasks:
  - id: list
    type: io.kestra.plugin.ee.hpoo.executions.List
    host: https://oo-central.k8s.company.com
    apiMode: CONTAINERIZED
    tenantId: my-tenant
    token: "{{ secret('OO_TOKEN') }}"
    pageSize: 50
    owner: alice
Properties
DefaultCLASSIC
Possible Values
CLASSICCONTAINERIZED
Definitions
allowFailedbooleanstring
Defaultfalse
allowedResponseCodesarray
SubTypeinteger
auth
type*Requiredobject
passwordstring
usernamestring
type*Requiredobject
tokenstring
type*Requiredobject
passwordstring
usernamestring
basicAuthPasswordDeprecatedstring
basicAuthUserDeprecatedstring
connectTimeoutDeprecatedstring
Formatduration
connectionPoolIdleTimeoutDeprecatedstring
Formatduration
defaultCharsetstring
DefaultUTF-8
followRedirectsbooleanstring
Defaulttrue
logLevelDeprecatedstring
Possible Values
ALLTRACEDEBUGINFOWARNERROROFFNOT_SPECIFIED
logsarray
SubTypestring
Possible Values
REQUEST_HEADERSREQUEST_BODYRESPONSE_HEADERSRESPONSE_BODY
maxContentLengthDeprecatedinteger
proxy
addressstring
passwordstring
portintegerstring
typestring
DefaultDIRECT
Possible Values
DIRECTHTTPSOCKS
usernamestring
proxyAddressDeprecatedstring
proxyPasswordDeprecatedstring
proxyPortDeprecatedinteger
proxyTypeDeprecatedstring
Possible Values
DIRECTHTTPSOCKS
proxyUsernameDeprecatedstring
readIdleTimeoutDeprecatedstring
Formatduration
readTimeoutDeprecatedstring
Formatduration
ssl
insecureTrustAllCertificatesbooleanstring
timeout
connectTimeoutstring
readIdleTimeoutstring
DefaultPT5M
SubTypestring
Possible Values
RUNNINGCOMPLETEDCOMPLETED_RESOLVEDCOMPLETED_DIAGNOSEDCOMPLETED_ERRORCOMPLETED_NO_ACTION_TAKENCOMPLETED_CUSTOMSYSTEM_FAILUREPAUSEDPENDING_PAUSEPENDING_CANCELPAUSED_USER_PAUSEDPAUSED_INPUT_REQUIREDPAUSED_INPUT_REQUIRED_MANUAL_OPPAUSED_DISPLAYPAUSED_GATED_TRANSITIONPAUSED_HAND_OFFPAUSED_INTERRUPTPAUSED_NO_WORKERS_IN_GROUPPAUSED_BRANCH_PAUSEDCANCELEDUNKNOWN
Definitions
branchIdstring
cancelReasonstring
endTimeinteger
executionIdstring
executionNamestring
flowPathstring
flowUuidstring
ownerstring
ownerDomainstring
pauseReasonstring
reserveRobotboolean
resultStatusNamestring
resultStatusTypestring
roinumber
startTimeinteger
statusstring
Possible Values
RUNNINGCOMPLETEDCOMPLETED_RESOLVEDCOMPLETED_DIAGNOSEDCOMPLETED_ERRORCOMPLETED_NO_ACTION_TAKENCOMPLETED_CUSTOMSYSTEM_FAILUREPAUSEDPENDING_PAUSEPENDING_CANCELPAUSED_USER_PAUSEDPAUSED_INPUT_REQUIREDPAUSED_INPUT_REQUIRED_MANUAL_OPPAUSED_DISPLAYPAUSED_GATED_TRANSITIONPAUSED_HAND_OFFPAUSED_INTERRUPTPAUSED_NO_WORKERS_IN_GROUPPAUSED_BRANCH_PAUSEDCANCELEDUNKNOWN
triggeredBystring
triggeringSourcestring
Formaturi