Get all System Software Catalogs.

get/private-cloud-business/v1beta1/system-software-catalogs

Returns a list of all system software catalogs. Use 'select' and 'filter' query parameters to customize the response returned by this API. For example, to get the End User License Agreement (EULA) for catalog version 1.2.3.4, use '?select=eula&filter=version eq 1.2.3.4'. To get recommended systems for precheck to a given catalog version, use '?select=systemsWithUpdatePath&filter=version eq 1.2.3.4'.

Securitybearer
Request
query Parameters
select
string

A list of properties in the items collection to include in the response.

Example: select=eula,systemsWithUpdatePath
filter
string

The expression to filter responses. The property names which are of type string should be passed in quotes('') and nested property names should be passed with "/" as the separator. Filtering is supported with following properties:

  • eula
  • createdAt
  • customerId
  • generation
  • id
  • name
  • resourceUri
  • type
  • updatedAt
  • hypervisor/name
  • hypervisor/releaseDate
  • hypervisor/releaseNotesUrl
  • hypervisor/version
  • releaseDate
  • serverFirmware/name
  • serverFirmware/releaseDate
  • serverFirmware/releaseNotesUrl
  • serverFirmware/version
  • storageConnectionManager/name
  • storageConnectionManager/releaseDate
  • storageConnectionManager/releaseNotesUrl
  • storageConnectionManager/version
  • storageSoftware/name
  • storageSoftware/releaseDate
  • storageSoftware/releaseNotesUrl
  • storageSoftware/version
  • version
Example: filter=hypervisor/name eq 'ESXi'
limit
integer <int32> [ 10 .. 100 ]
Default: 10

Use limit in conjunction with offset for paging, e.g.: offset=30&&limit=10. Limit is the maximum number of items to include in the response.

Example: limit=10
Responses
200

Success

400

Bad Request

401

The current user is not authorized to perform the requested operation.

404

Not Found

500

Internal Server Error

Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "count": 0,
  • "offset": 0,
  • "total": 0
}