前のトピック: バージョン URI次のトピック: サーバ レコード


CA AppLogic® のバージョン情報の取得

BFC で現在利用可能な CA AppLogic® バージョンのセットに関する情報を取得できます。 CA AppLogic® のグリッドを作成するには、resource_running_state にあるバージョンを使用できます。

BFC で CA AppLogic バージョン レコードのセットに関する情報を取得するには、以下を使用します。

GET BFC/versions
引数

なし

結果

成功時には、HTTP リターン コード 200、およびグリッド レコードのリストであるペイロードが返されます。 エラーの際には、HTTP エラー コードと、関連するエラー情報が返されます。

説明

バージョン レコードのリストとして、システム内の AppLogic バージョンの現在のセットに関する情報を取得します。

JSON ペイロードの例

[{'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}}]