Overview
Service for managing custom image catalogs and their associated Cloudera Runtime and FreeIPA images.
Version information
Version : 0.9.126 (BETA)
License information
License : Apache 2.0
Terms of service : https://www.cloudera.com/legal/commercial-terms-and-conditions.html
URI scheme
Schemes : HTTPS
Consumes
-
application/json
Produces
-
application/json
Paths
Create custom image catalog
POST /api/v1/imagecatalog/createCustomCatalog
Description
Creates a new image catalog for Cloudera Runtime and FreeIPA images.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Creates a Kubernetes catalog
POST /api/v1/imagecatalog/createKubernetesCatalog
Description
Creates a Kubernetes catalog
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Delete custom image catalog
POST /api/v1/imagecatalog/deleteCustomCatalog
Description
Deletes an existing image catalog.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Delete FreeIPA image
POST /api/v1/imagecatalog/deleteFreeipaImage
Description
Deletes a FreeIPA image from a given catalog.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Delete Cloudera Runtime image
POST /api/v1/imagecatalog/deleteRuntimeImage
Description
Deletes a Cloudera Runtime image from a given catalog.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Describe custom image catalog
POST /api/v1/imagecatalog/describeCustomCatalog
Description
Retrieves data about an existing image catalog.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Describe custom image
POST /api/v1/imagecatalog/describeCustomImage
Description
Retrieves data about a specific image from a given catalog.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Describe default image
POST /api/v1/imagecatalog/describeDefaultImage
Description
Retrieves an image directly by id from the default catalog.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Describes a Kubernetes catalog
POST /api/v1/imagecatalog/describeKubernetesCatalog
Description
Describes a Kubernetes catalog
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Find default image
POST /api/v1/imagecatalog/findDefaultImage
Description
Retrieves an image based on the filters from the default catalog.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
List custom image catalogs
POST /api/v1/imagecatalog/listCustomCatalogs
Description
Lists all the Cloudera Runtime/FreeIPA image catalogs accessible for the user.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
List Kubernetes catalogs
POST /api/v1/imagecatalog/listKubernetesCatalogs
Description
List Kubernetes catalogs
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Add or update FreeIPA image
POST /api/v1/imagecatalog/setFreeipaImage
Description
Adds or updates a FreeIPA image in the catalog.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Add or update Cloudera Runtime image
POST /api/v1/imagecatalog/setRuntimeImage
Description
Adds or updates a Cloudera Runtime image in the catalog.
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Updates a Kubernetes catalog
POST /api/v1/imagecatalog/updateKubernetesCatalog
Description
Updates a Kubernetes catalog
Parameters
Type | Name | Schema |
---|---|---|
Body |
input |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Expected response to a valid request. |
|
default |
The default response on an error. |
Definitions
CreateCustomCatalogRequest
The request object to create a custom image catalog.
Name | Description | Schema |
---|---|---|
catalogName |
Image catalog name |
string |
description |
Image catalog description |
string |
CreateCustomCatalogResponse
The response object returned in case the custom image catalog has been successfully created.
Type : object
CreateKubernetesCatalogRequest
Create Kubernetes catalog request
Name | Description | Schema |
---|---|---|
content |
The catalog content. |
string (byte) |
name |
The name of the catalog. |
string |
CreateKubernetesCatalogResponse
Create Kubernetes catalog request
Name | Description | Schema |
---|---|---|
crn |
The CRN of the catalog. |
string |
status |
The status of the create. |
CustomImageCatalog
Basic image catalog data.
Name | Description | Schema |
---|---|---|
description |
Image catalog description |
string |
name |
Image catalog name |
string |
DeleteCustomCatalogRequest
The request object to delete a custom image catalog.
Name | Description | Schema |
---|---|---|
catalogName |
Image catalog name |
string |
DeleteCustomCatalogResponse
The response object returned in case of successful custom image catalog deletion.
Type : object
DeleteFreeipaImageRequest
The request object to delete FreeIPA image from a catalog.
Name | Description | Schema |
---|---|---|
catalogName |
Image catalog name |
string |
imageId |
Image UUID |
string |
DeleteFreeipaImageResponse
The response object returned in case the FreeIPA image has been successfully removed from the catalog.
Name | Description | Schema |
---|---|---|
imageId |
Image UUID |
string |
DeleteRuntimeImageRequest
The request object to delete Cloudera Runtime image from a catalog.
Name | Description | Schema |
---|---|---|
catalogName |
Image catalog name |
string |
imageId |
Image UUID |
string |
DeleteRuntimeImageResponse
The response object returned in case the Cloudera Runtime image has been successfully removed from the catalog.
Name | Description | Schema |
---|---|---|
imageId |
Image UUID |
string |
DescribeCustomCatalogRequest
The request object to retrieve data about a custom catalog.
Name | Description | Schema |
---|---|---|
catalogName |
Image catalog name |
string |
DescribeCustomCatalogResponse
The response object holding the retrieved data of a custom catalog.
Name | Description | Schema |
---|---|---|
catalogName |
Image catalog name |
string |
description |
Image catalog description |
string |
images |
Detailed information of the images contained within |
< ImageItemResponse > array |
DescribeCustomImageRequest
The request object to retrieve data of an image from the given catalog.
Name | Description | Schema |
---|---|---|
catalogName |
Image catalog name |
string |
imageId |
Image UUID |
string |
DescribeCustomImageResponse
The response object holding the data of the image retrieved from the given custom catalog.
Name | Description | Schema |
---|---|---|
baseParcelUrl |
Base parcel URL |
string |
imageDate |
Image creation date |
integer (int64) |
imageId |
Image UUID |
string |
imageType |
Image type - either "FREEIPA" or "RUNTIME" |
|
provider |
Cloud provider - either AWS, AZURE or GCP |
|
sourceImageDate |
Customized image creation date |
integer (int64) |
sourceImageId |
Customized image UUID |
string |
versions |
Package versions |
< string, string > map |
vmImages |
List of images |
< VmImageResponse > array |
DescribeDefaultImageRequest
The request object to retrieve an image from the default image catalog.
Name | Description | Schema |
---|---|---|
imageId |
Image UUID |
string |
DescribeDefaultImageResponse
The response object for holding data about an image retrieved from the default image catalog.
Name | Description | Schema |
---|---|---|
imageId |
Image UUID |
string |
vmImages |
List of images |
< VmImageResponse > array |
DescribeKubernetesCatalogRequest
Describe Kubernetes catalog request
Name | Description | Schema |
---|---|---|
crn |
The CRN of the catalog. |
string |
DescribeKubernetesCatalogResponse
Describe Kubernetes catalog request
Name | Description | Schema |
---|---|---|
content |
The catalog content. |
string (byte) |
creator |
The CRN of the creator. |
string |
crn |
The CRN of the catalog. |
string |
description |
The description of the catalog. |
string |
name |
The name of the catalog. |
string |
Error
An object returned on an error.
Name | Description | Schema |
---|---|---|
code |
The error code. |
string |
message |
The error message. |
string |
FindDefaultImageRequest
The request object to filter data that is used for retrieving an image from the default image catalog.
Name | Description | Schema |
---|---|---|
imageType |
Image type - either "FREEIPA" or "RUNTIME" |
|
provider |
Cloud provider - either AWS, AZURE or GCP |
|
runtimeVersion |
Cloudera runtime version |
string |
FindDefaultImageResponse
The response object for holding data about an image retrieved from the default image catalog.
Name | Description | Schema |
---|---|---|
imageId |
Image UUID |
string |
vmImages |
List of images |
< VmImageResponse > array |
ImageItemResponse
Model holding detailed information about a custom VM image.
Name | Description | Schema |
---|---|---|
imageDate |
Image creation date |
integer (int64) |
imageId |
Image UUID |
string |
imageType |
Image type - either "FREEIPA" or "RUNTIME" |
|
provider |
Cloud provider - either AWS, AZURE or GCP |
|
sourceImageDate |
Customized image creation date |
integer (int64) |
sourceImageId |
Customized image UUID |
string |
versions |
Package versions |
< string, string > map |
KubernetesChangeStatus
Kubernetes Update or Create status
CREATED
- Catalog is created. UPDATED
- Catalog is updated. FAILED
- Catalog update failed.
Type : enum (CREATED, UPDATED, FAILED)
KubernetesDetail
Kubernetes List Detail
Name | Description | Schema |
---|---|---|
creator |
The creator CRN. |
string |
crn |
The catalog CRN. |
string |
description |
The catalog description. |
string |
name |
The catalog name. |
string |
ListCustomCatalogsRequest
The request object to list the registered custom image catalogs.
Type : object
ListCustomCatalogsResponse
The response object for the list of registered image catalogs.
Name | Description | Schema |
---|---|---|
imageCatalogs |
The list of registered image catalogs |
< CustomImageCatalog > array |
ListKubernetesCatalogsRequest
List Kubernetes catalogs request
Type : object
ListKubernetesCatalogsResponse
List Kubernetes catalogs response
Name | Description | Schema |
---|---|---|
kubernetesListings |
The Kubernetes listing detail. |
< KubernetesDetail > array |
SetFreeipaImageRequest
The request object to add or update a FreeIPA image in a catalog.
Name | Description | Schema |
---|---|---|
baseParcelUrl |
Base parcel URL |
string |
catalogName |
Image catalog name |
string |
imageId |
Image UUID. If this is empty, a randomly generated UUID is used |
string |
sourceImageId |
UUID of the image customized by the current image |
string |
vmImages |
List of images |
< VmImageRequest > array |
SetFreeipaImageResponse
The response object holding data about the added or updated FreeIPA image.
Name | Description | Schema |
---|---|---|
imageId |
Image UUID |
string |
SetRuntimeImageRequest
The request object to add or update a Cloudera Runtime image in a catalog.
Name | Description | Schema |
---|---|---|
baseParcelUrl |
Base parcel URL |
string |
catalogName |
Image catalog name |
string |
imageId |
Image UUID. If this is empty, a randomly generated UUID is used |
string |
sourceImageId |
UUID of the image customized by the current image |
string |
vmImages |
List of images |
< VmImageRequest > array |
SetRuntimeImageResponse
The response object holding data about the added or updated Cloudera Runtime image.
Name | Description | Schema |
---|---|---|
imageId |
Image UUID |
string |
UpdateKubernetesCatalogRequest
Update Kubernetes catalog request
Name | Description | Schema |
---|---|---|
content |
The catalog content. |
string (byte) |
crn |
The CRN of the catalog. |
string |
UpdateKubernetesCatalogResponse
Update Kubernetes catalog request
Name | Description | Schema |
---|---|---|
crn |
The CRN of the catalog. |
string |
status |
The status of the update. |
VmImageProvider
Object representing a valid cloud provider name.
AWS
- The image is an AWS VM image AZURE
- The image is an Azure VM image GCP
- The image is a GCP VM image
Type : enum (AWS, AZURE, GCP)
VmImageRequest
Model holding information about a custom VM image and the cloud region it belongs to. The format of the image reference is specific to the cloud provider, e.g. URL in case of Azure, AMI ID in case of AWS.
Name | Description | Schema |
---|---|---|
imageReference |
Image reference |
string |
region |
Region |
string |
VmImageResponse
Model holding information about a custom VM image and the cloud region it belongs to. The format of the image reference is specific to the cloud provider, e.g. URL in case of Azure, AMI ID in case of AWS.
Name | Description | Schema |
---|---|---|
imageReference |
Image reference |
string |
region |
Region |
string |
VmImageType
Object representing a valid VM image type.
FREEIPA
- FreeIPA image RUNTIME
- Cloudera Runtime image
Type : enum (FREEIPA, RUNTIME)