Retrieve the list of firmware bundles
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.
OK
Bad request
Unauthorized
Forbidden
Not acceptable
Internal server error
{- "offset": 0,
- "count": 1,
- "total": 12,
- "items": [
- {
- "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": [
- "string"
], - "isActive": true,
- "summary": "string",
- "bundleType": "BASE",
- "hotfixBaseUri": "string",
- "vmwareAddonInfo": [
- {
- "property1": [ ],
- "property2": [ ]
}
], - "bundleNameFormat": "BUNDLE_3OCTET",
- "bundleGeneration": "string"
}
]
}