5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

IBM Cloud: SAP認定サーバー(VPC)をCLIでリスト化する方法

Last updated at Posted at 2026-01-08

IBM Cloud CLIでは、例えばvx2d-88x1232といったプロファイル名がわかっていれば、

$ ibmcloud catalog entry vx2d-88x1232 --output json | jq -r ".metadata.other.certifications"
[
  "SAP_NETWEAVER",
  "SAP_HANA_OLTP",
  "SAP_HANA_OLAP"
]

のようにメタデータからどの認定を受けているかを確認することができる。よって、例えば以下のワンライナーを実行すれば一覧が確認可能。

ibmcloud is instance-profiles --output JSON | jq -r '.[].name' | while read profile; do ibmcloud catalog entry "$profile" --output JSON 2>/dev/null | jq -r 'select(.metadata.other.certifications // [] | any(test("SAP"; "i"))) | "\(.metadata.other.certifications), \(.name)"'; done
実行結果(2026/01/08実施時点)
["SAP_NETWEAVER"], bx3d-2x10
["SAP_NETWEAVER"], bx2-2x8
["SAP_NETWEAVER"], bx2d-2x8
["SAP_NETWEAVER"], bx3d-4x20
["SAP_NETWEAVER"], bx2-4x16
["SAP_NETWEAVER"], bx2d-4x16
["SAP_NETWEAVER"], bx2-8x32
["SAP_NETWEAVER"], bx3d-8x40
["SAP_NETWEAVER"], bx2d-8x32
["SAP_NETWEAVER"], bx2d-16x64
["SAP_NETWEAVER"], bx2-16x64
["SAP_NETWEAVER"], bx3d-16x80
["SAP_NETWEAVER"], bx3d-24x120
["SAP_NETWEAVER"], bx2-32x128
["SAP_NETWEAVER"], bx3d-32x160
["SAP_NETWEAVER"], bx2d-32x128
["SAP_NETWEAVER"], bx2-48x192
["SAP_NETWEAVER"], bx2d-48x192
["SAP_NETWEAVER"], bx3d-48x240
["SAP_NETWEAVER"], bx2-64x256
["SAP_NETWEAVER"], bx2d-64x256
["SAP_NETWEAVER"], bx3d-64x320
["SAP_NETWEAVER"], bx2d-96x384
["SAP_NETWEAVER"], bx2-96x384
["SAP_NETWEAVER"], bx3d-96x480
["SAP_NETWEAVER"], bx2d-128x512
["SAP_NETWEAVER"], bx3d-128x640
["SAP_NETWEAVER"], bx2-128x512
["SAP_NETWEAVER"], bx3d-176x880
["SAP_NETWEAVER"], cx2d-2x4
["SAP_NETWEAVER"], cx2-2x4
["SAP_NETWEAVER"], cx3d-2x5
["SAP_NETWEAVER"], cx3d-4x10
["SAP_NETWEAVER"], cx2-4x8
["SAP_NETWEAVER"], cx2d-4x8
["SAP_NETWEAVER"], cx3d-8x20
["SAP_NETWEAVER"], cx2d-8x16
["SAP_NETWEAVER"], cx2-8x16
["SAP_NETWEAVER"], cx2d-16x32
["SAP_NETWEAVER"], cx2-16x32
["SAP_NETWEAVER"], cx3d-16x40
["SAP_NETWEAVER"], cx3d-24x60
["SAP_NETWEAVER"], cx3d-32x80
["SAP_NETWEAVER"], cx2d-32x64
["SAP_NETWEAVER"], cx2-32x64
["SAP_NETWEAVER"], cx2d-48x96
["SAP_NETWEAVER"], cx3d-48x120
["SAP_NETWEAVER"], cx2-48x96
["SAP_NETWEAVER"], cx3d-64x160
["SAP_NETWEAVER"], cx2-64x128
["SAP_NETWEAVER"], cx2d-64x128
["SAP_NETWEAVER"], cx2-96x192
["SAP_NETWEAVER"], cx3d-96x240
["SAP_NETWEAVER"], cx2d-96x192
["SAP_NETWEAVER"], cx3d-128x320
["SAP_NETWEAVER"], cx2-128x256
["SAP_NETWEAVER"], cx2d-128x256
["SAP_NETWEAVER"], cx3d-176x440
["SAP_NETWEAVER"], ux2d-2x56
["SAP_NETWEAVER"], ux2d-4x112
["SAP_NETWEAVER","SAP_HANA_OLTP"], ux2d-8x224
["SAP_NETWEAVER","SAP_HANA_OLTP"], ux2d-16x448
["SAP_NETWEAVER","SAP_HANA_OLTP"], ux2d-36x1008
["SAP_NETWEAVER","SAP_HANA_OLTP"], ux2d-48x1344
["SAP_NETWEAVER","SAP_HANA_OLTP"], ux2d-72x2016
["SAP_NETWEAVER","SAP_HANA_OLTP"], ux2d-100x2800
["SAP_NETWEAVER","SAP_HANA_OLTP"], ux2d-200x5600
["SAP_NETWEAVER"], mx3d-2x20
["SAP_NETWEAVER"], mx2-2x16
["SAP_NETWEAVER"], mx2d-2x16
["SAP_NETWEAVER"], mx2d-4x32
["SAP_NETWEAVER"], mx3d-4x40
["SAP_NETWEAVER"], mx2-4x32
["SAP_NETWEAVER","SAP_BUSINESS_ONE"], mx2d-8x64
["SAP_NETWEAVER","SAP_BUSINESS_ONE"], mx2-8x64
["SAP_NETWEAVER"], mx3d-8x80
["SAP_NETWEAVER","SAP_HANA_OLTP","SAP_BUSINESS_ONE"], mx2d-16x128
["SAP_NETWEAVER"], mx3d-16x160
["SAP_NETWEAVER","SAP_HANA_OLTP","SAP_BUSINESS_ONE"], mx2-16x128
["SAP_NETWEAVER"], mx3d-24x240
["SAP_NETWEAVER"], mx3d-32x320
["SAP_NETWEAVER","SAP_HANA_OLTP","SAP_BUSINESS_ONE"], mx2d-32x256
["SAP_NETWEAVER","SAP_HANA_OLTP","SAP_BUSINESS_ONE"], mx2-32x256
["SAP_NETWEAVER","SAP_HANA_OLTP","SAP_BUSINESS_ONE"], mx2d-48x384
["SAP_NETWEAVER"], mx3d-48x480
["SAP_NETWEAVER","SAP_HANA_OLTP","SAP_BUSINESS_ONE"], mx2-48x384
["SAP_NETWEAVER"], mx3d-64x640
["SAP_NETWEAVER"], mx2-64x512
["SAP_NETWEAVER"], mx2-96x768
["SAP_NETWEAVER"], mx3d-96x960
["SAP_NETWEAVER"], mx2-128x1024
["SAP_NETWEAVER"], mx3d-128x1280
["SAP_NETWEAVER"], mx3d-176x1760
["SAP_NETWEAVER"], vx2d-2x28
["SAP_NETWEAVER"], vx2d-4x56
["SAP_NETWEAVER"], vx2d-8x112
["SAP_NETWEAVER","SAP_HANA_OLTP"], vx2d-16x224
["SAP_NETWEAVER","SAP_HANA_OLTP","SAP_HANA_OLAP"], vx2d-44x616
["SAP_NETWEAVER","SAP_HANA_OLTP","SAP_HANA_OLAP"], vx2d-88x1232
["SAP_NETWEAVER","SAP_HANA_OLTP","SAP_HANA_OLAP"], vx2d-144x2016
["SAP_NETWEAVER","SAP_HANA_OLTP","SAP_HANA_OLAP"], vx2d-176x2464
5
0
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?