Skip to main content
Version: latest

Retrieves specified cluster workload jobs

POST 

/v1/dashboard/spectroclusters/:uid/workloads/job

Retrieves specified cluster workload jobs

Request

Path Parameters

    uid stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    filter

    object

    Cluster workloads filter

    namespacesstring[]

Responses

An array of cluster workload jobs

Schema

    jobs

    object[]

  • Array [

  • metadata

    object

    Cluster workload metadata

    creationTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    entity

    object

    Cluster workload ref

    kindstring
    namestring
    uidstring

    labels

    object

    property name*string
    namespacestring

    status

    object

    Cluster workload job status

    completionTimedate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    conditions

    object[]

  • Array [

  • lastTransitionTimedate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    lastUpdateTimedate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    messagestring
    reasonstring
    statusstring
    typestring
  • ]

  • startTimedate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    succeededint32
  • ]

Loading...