Previous Topic: Version URIsNext Topic: Grid Record


Retrieve CA AppLogicĀ® Version Information

You can retrieve information about the set of CA AppLogic® versions currently available via the BFC. You can use versions in the resource_running_state to create CA AppLogic® grids.

Retrieve information about the set of CA AppLogic version records in the BFC:

GET  BFC/versions

Payload is empty.

Result

HTTP return code 200 and a payload that is a list of grid records on success. Returns an HTTP error code and the associated fault information on error.

Description

Retrieves information about the current set of AppLogic versions in the system as a list of version records

Example

JSON Payload:

[{'version': {'comp_id': 1385, 'imported_esx_version': {'esx_version': {'version': '4.0', 'update': '2',
'build': '261974'}}, 'name': '3.0.8', 'supported_esx_versions': [{'esx_version': {'version': '4.0',
'update': '2', 'build': '261974'}}], 'required_bfc_version': '3.0.0', 'state': 'resource_running_state',
'hotfixes': [{'hotfix': {'comp_id': 1412, 'state': 'reource_running_state', 'version_name': '3.0.8', 'name':
'lp3561'}}, {'hotfix': {'comp_id': 1408, 'state': 'resource_running_state', 'version_name': '3.0.8', 'name':
'lp2668'}}, {'hotfix': {'comp_id': 1404, 'state': 'resource_running_state', 'version_name': '3.0.8', 'name':
'lp1248'}}, {'hotfix': {'comp_id': 1401, 'state': 'resource_running_state', 'version_name': '3.0.8', 'name':
'lp3388'}}, {'hotfix': {'comp_id': 1397, 'state': 'resource_running_state', 'version_name': '3.0.8', 'name':
'lp3553'}}, {'hotfix': {'comp_id': 1393, 'state': 'resource_running_state', 'version_name': '3.0.8', 'name':
'hf3561'}}, {'hotfix': {'comp_id': 1382, 'state': 'resource_running_state', 'version_name': '3.0.8', 'name':
'hf2668'}}, {'hotfix': {'comp_id': 1379, 'state': 'resource_running_state', 'version_name': '3.0.8', 'name':
'hf1248'}}, {'hotfix': {'comp_id': 1377, 'state': 'resource_running_state', 'version_name': '3.0.8', 'name':
'hf3388'}}, {'hotfix': {'comp_id': 1374, 'state': 'resource_running_state', 'version_name': '3.0.8', 'name':
'hf3553'}}], 'esx_enabled': True}}, {'version': {'comp_id': 1351, 'imported_esx_version': None, 'name':
'3.1.14', 'supported_esx_versions': [{'esx_version': {'version': '4.0', 'update': '2', 'build': '261974'}}],
'required_bfc_version': '3.0.0', 'state': 'resource_running_state', 'hotfixes': [{'hotfix': {'comp_id':
1366, 'state': 'resource_running_state', 'version_name': '3.1.14', 'name': 'lp3388'}}, {'hotfix':
{'comp_id': 1362, 'state': 'resource_running_state', 'version_name': '3.1.14', 'name': 'lp2668'}},
{'hotfix': {'comp_id': 1359, 'state': 'resource_running_state', 'version_name': '3.1.14', 'name':
'lp1248'}}, {'hotfix': {'comp_id': 1348, 'state': 'resource_running_state', 'version_name': '3.1.14',
'name': 'hf3388'}}, {'hotfix': {'comp_id': 1347, 'state': 'resource_running_state', 'version_name':
'3.1.14', 'name': 'hf2668'}}, {'hotfix': {'comp_id': 1343, 'state': 'resource_running_state',
'version_name': '3.1.14', 'name': 'hf1248'}}], 'esx_enabled': False}}, {'version': {'comp_id': 1333,
'imported_esx_version': None, 'name': '3.5.3', 'supported_esx_versions': [{'esx_version': {'version':
'4.0', 'update': '2', 'build': '261974'}}], 'required_bfc_version': '3.0.0', 'state':
'resource_running_state', 'hotfixes': [{'hotfix': {'comp_id': 1331, 'state': 'resource_running_state',
'version_name': '3.5.3', 'name': 'lp1248'}}, {'hotfix': {'comp_id': 1330, 'state':
'resource_running_state', 'version_name': '3.5.3', 'name': 'hf1248'}}], 'esx_enabled': False}},
{'version': {'comp_id': 1315, 'imported_esx_version': None, 'name': '3.5.4', 'supported_esx_versions':
[{'esx_version': {'version': '4.0', 'update': '2', 'build': '261974'}}], 'required_bfc_version':
'3.0.0', 'state': 'resource_running_state', 'hotfixes': [{'hotfix': {'comp_id': 1323, 'state':
'resource_running_state', 'version_name': '3.5.4', 'name': 'lp1248'}}, {'hotfix': {'comp_id': 1321,
'state': 'resource_running_state', 'version_name': '3.5.4', 'name': 'hf1248'}}], 'esx_enabled':
False}}]