Get the System Software Catalog with specified id.

get/private-cloud-business/v1beta1/system-software-catalogs/{id}

Returns the system software catalog for the specified id. Includes versions of the catalog and all constituent software components along with the End User License Agreement and a list of systems with update path to the corresponding catalog version.

Securitybearer
Request
path Parameters
id
required
string
query Parameters
select
string

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

Example: select=eula,systemsWithUpdatePath
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
{
  • "eula": "string",
  • "systemsWithUpdatePath": [
    ],
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "generation": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "hypervisor": {
    },
  • "hypervisorManager": {
    },
  • "releaseDate": "string",
  • "serverFirmware": {
    },
  • "storageConnectionManager": {
    },
  • "storageSoftware": {
    },
  • "version": "string"
}