Get a firmware bundle by ID

get/compute-ops-mgmt/v1beta2/firmware-bundles/{id}

Retrieve the firmware bundle details by its id

URI PATH PREFIX RENAME

This API now supports the URI path prefix /compute-ops-mgmt which used to be /compute-ops. The old prefix will continue to be supported to allow for a smooth transition. The Guide contains more information about this change.

SecurityBearer
Request
path Parameters
id
required
string

Unique Firmware bundle identifier

Responses
200

OK

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "id": "string",
  • "type": "compute-ops-mgmt/firmware-bundle",
  • "resourceUri": "/compute-ops-mgmt/v1beta2/firmware-bundles/9a16ec6d-8c71-4338-a58a-6564df331ba2",
  • "generation": 1,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "name": "string",
  • "releaseDate": "string",
  • "releaseVersion": "string",
  • "releaseNotes": "string",
  • "supportUrl": "string",
  • "enhancements": "string",
  • "advisories": "string",
  • "supportedOsList": [
    ],
  • "isActive": true,
  • "summary": "string",
  • "bundleType": "BASE",
  • "hotfixBaseUri": "string",
  • "vmwareAddonInfo": [
    ],
  • "bundleNameFormat": "BUNDLE_3OCTET",
  • "bundleGeneration": "string"
}