Red Hat Product Life Cycle Data API

Red Hat Product Life Cycle Data API 0.1

API Documentation

Customer Portal Labs

Abstract

The API exposes a list of endpoints to query Red Hat Product Life Cycles data with certain parameters easily.

1. Overview

Warning

This version will be deprecated soon, please reference to version 1.0 and use the new API endpoint.

Base URL

https://access.redhat.com/labs/plccapi/

Supported Formats

The API supports JSON, XML, and HTML formats. The format can be specified as an extension to the url like .json or .xml. If no format is specified, the default HTML format will be rendered.

2. List Product Life Cycle

Abstract

List all up-to-date product life cycle data when no parameter is passed. Returns a convenience object as response with all attributes.

JSON

GET /lifecycle.json

XML

GET /lifecycle.xml

HTML

GET /lifecycle

3. Parameters

NameDescriptionExampleDefault

products

Index of products filter. Multi-products seperated by comma(,) is suppported.

products=Red%20Hat%20Enterprise%20Linux,Openshift%20Container%20Platform

all

all_versions

Index of all versions including ones that are out of Red Hat service.

all_versions=true

false