GET /api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes
指定のコンピュートプロファイルとコンピュートリソースのコンピュート属性一覧

GET /api/compute_profiles/:compute_profile_id/compute_resources/:compute_resource_id/compute_attributes
指定のコンピュートプロファイルとコンピュートリソースのコンピュート属性一覧

GET /api/compute_resources/:compute_resource_id/compute_attributes
コンピュートリソースのコンピュート属性一覧

GET /api/compute_profiles/:compute_profile_id/compute_attributes
コンピュートプロファイルのコンピュート属性一覧

GET /api/compute_attributes/:id
コンピュート属性の一覧

パラメーター

パラメーター名 記述
location_id
任意

要求に現在のロケーションコンテキストを設定します

Validations:

  • Must be a Integer

organization_id
任意

要求に現在の組織コンテキストを設定します

Validations:

  • Must be a Integer

compute_profile_id
任意

コンピュートプロファイルの ID

Validations:

  • Must be a String

compute_resource_id
任意

コンピュートリソースの ID

Validations:

  • Must be a String

search
任意

結果のフィルター

Validations:

  • Must be a String

order
任意

フィールドと順序のソート (例: ‘id DESC’)

Validations:

  • Must be a String

page
任意

1 から始まるページ番号

Validations:

  • Must be a number.

per_page
任意

戻されるページごとの結果数

Validations:

  • Must be a number.

検索フィールド

フィールド名 タイプ 設定可能な値
compute_profile
compute_resource
name

GET /api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes/:id
コンピュート属性セットの表示

GET /api/compute_profiles/:compute_profile_id/compute_resources/:compute_resource_id/compute_attributes/:id
コンピュート属性セットの表示

GET /api/compute_resources/:compute_resource_id/compute_attributes/:id
コンピュート属性セットの表示

GET /api/compute_profiles/:compute_profile_id/compute_attributes/:id
コンピュート属性セットの表示

GET /api/compute_attributes/:id
コンピュート属性セットの表示

パラメーター

パラメーター名 記述
location_id
任意

要求に現在のロケーションコンテキストを設定します

Validations:

  • Must be a Integer

organization_id
任意

要求に現在の組織コンテキストを設定します

Validations:

  • Must be a Integer


POST /api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes
コンピュート属性セットの作成

POST /api/compute_profiles/:compute_profile_id/compute_resources/:compute_resource_id/compute_attributes
コンピュート属性セットの作成

POST /api/compute_resources/:compute_resource_id/compute_attributes
コンピュート属性セットの作成

POST /api/compute_profiles/:compute_profile_id/compute_attributes
コンピュート属性セットの作成

POST /api/compute_attributes
コンピュート属性セットの作成

パラメーター

パラメーター名 記述
location_id
任意

要求に現在のロケーションコンテキストを設定します

Validations:

  • Must be a Integer

organization_id
任意

要求に現在の組織コンテキストを設定します

Validations:

  • Must be a Integer

compute_profile_id
必須

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

compute_resource_id
必須

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

compute_attribute
必須

Validations:

  • Must be a Hash

compute_attribute[vm_attrs]
必須

Validations:

  • Must be a Hash


PUT /api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes/:id
コンピュート属性セットの更新

PUT /api/compute_profiles/:compute_profile_id/compute_resources/:compute_resource_id/compute_attributes/:id
コンピュート属性セットの更新

PUT /api/compute_resources/:compute_resource_id/compute_attributes/:id
コンピュート属性セットの更新

PUT /api/compute_profiles/:compute_profile_id/compute_attributes/:id
コンピュート属性セットの更新

PUT /api/compute_attributes/:id
コンピュート属性セットの更新

パラメーター

パラメーター名 記述
location_id
任意

要求に現在のロケーションコンテキストを設定します

Validations:

  • Must be a Integer

organization_id
任意

要求に現在の組織コンテキストを設定します

Validations:

  • Must be a Integer

compute_profile_id
任意

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

compute_resource_id
任意

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

id
必須

Validations:

  • Must be a String

compute_attribute
必須

Validations:

  • Must be a Hash

compute_attribute[vm_attrs]
任意

Validations:

  • Must be a Hash