Chapter 49. Pod Service


49.1. Pod Service

49.1.1. ExportPods

GET /v1/export/pods

49.1.1.1. Description

49.1.1.2. Parameters

49.1.1.2.1. Query Parameters
Expand
NameDescriptionRequiredDefaultPattern

timeout

 

-

null

 

query

 

-

null

 

49.1.1.3. Return Type

Stream result of v1ExportPodResponse.

49.1.1.4. Content Type

  • application/json

49.1.1.5. Responses

Expand
Table 49.1. HTTP Response Codes
CodeMessageDatatype

200

A successful response.(streaming responses)

Stream result of v1ExportPodResponse.

0

An unexpected error response.

GooglerpcStatus

49.1.1.6. Samples

49.1.2. GetPods

GET /v1/pods

GetPods returns the pods.

49.1.2.1. Description

49.1.2.2. Parameters

49.1.2.2.1. Query Parameters
Expand
NameDescriptionRequiredDefaultPattern

query

 

-

null

 

pagination.limit

 

-

null

 

pagination.offset

 

-

null

 

pagination.sortOption.field

 

-

null

 

pagination.sortOption.reversed

 

-

null

 

pagination.sortOption.aggregateBy.aggrFunc

 

-

UNSET

 

pagination.sortOption.aggregateBy.distinct

 

-

null

 

49.1.2.3. Return Type

V1PodsResponse

49.1.2.4. Content Type

  • application/json

49.1.2.5. Responses

Expand
Table 49.2. HTTP Response Codes
CodeMessageDatatype

200

A successful response.

V1PodsResponse

0

An unexpected error response.

GooglerpcStatus

49.1.2.6. Samples

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top