Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prerequisites

  • Read access to the requested assets requested

Request

Appsplus panel macro confluence macro
data{"features":["rounded"],"title":"","titleColor":"#FFFFFF","titleColorBG":"#0052CC","titleSize":16,"titleBold":false,"titleItalic":false,"titleUnderline":false,"link":"","linkIcon":false,"linkTab":false,"lozenge":"Hot stuff","lozengeColor":"#172B4D","lozengeColorBG":"#fff0b3","height":200,"panelPadding":12,"panelColor":"#172B4D","panelColorBG":"#dedede","borderColor":"#4C9AFF","borderRadius":3,"borderStyle":"solid","borderWidth":1,"icon":"editor/info","iconPrimary":"#FFFFFF","iconSecondary":"#0052CC","newMacro":false}

GET https://{pod_path}/api/1/rest/public/runtime/{org}?{query_parameters}

...

Key

Type

Description

plex_label

string

Returns information about Task runs for the specified Snaplex.

cc_label

string

Returns information about Task runs for the specified CC label (JCC node’s hostname).

pipe_name

string

Returns information about Task runs for the specified Pipeline.

user_id

string

Returns information about Task runs triggered by the specified user.

state

string

Returns information about Task runs in the specified state. Valid values:

  • Queued – Task is queued for processing; all Tasks start in this state.

  • NoUpdate – Intermediate state at startup.

  • Prepared – Task has been prepared.

  • Started – Task has started running.

  • Completed – Task has completed successfully.

  • Failing – Task encountered an error and is waiting for Snaps to complete execution before moving to the Failed state.

  • Failed – Task failed.

  • Stopped – Task was stopped either by the user or by the system, as indicated by the "stopper" key.

  • Stopping – Task is stopping.

  • Suspending – Resumable Task encountered an error and is storing its state.

  • Suspended – Resumable Task encountered an error and is suspended.

  • Resuming – Resumable Task is loading its state and will resume execution where it left off.

Default: Started

invoker

string

Returns information about Task runs that were invoked in the specified way. Valid values:

  • triggered – Triggered Tasks

  • scheduled – Scheduled Tasks

  • always_on – Ultra Tasks

  • manual – User-triggered Tasks

Default: scheduled

project_path

string

Returns information about Task runs for the specified project. Allowed formats:

  • /{org}/projects/{project_name}

  • /{org}/shared

last_hours

integer

Returns information about Task runs within the specified number of hours, counting backwards backward from the current time.

Valid values: 1 to through 1080 hours (45 days)

Default: 1

start

integer

Returns information about Task runs since the specified time. Time must be provided Provide time as Unix time in milliseconds.

end

integer

Returns information about Task runs before the specified time. Time must be provided Provide time as Unix time in milliseconds.

limit

integer

Returns no more than the specified number of results. You can use limit and offset for pagination.

Valid values: 1 to through 1,000

Default: 10

offset

integer

Returns a subset of the results starting at this 0-based index. You can use limit and offset for pagination.

Default: 0

...