GET /api/compute_profiles
コンピュートプロファイルの一覧

Params

Param Name Description
search
Optional

結果のフィルター

Validations:

  • Must be String

order
Optional

結果のソート

Validations:

  • Must be String

page
Optional

結果のページネーション

Validations:

  • Must be String

per_page
Optional

要求ごとのエントリー数

Validations:

  • Must be String


GET /api/compute_profiles/:id
コンピュートプロファイルの表示

Params

Param Name Description
id
Required

Validations:

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


POST /api/compute_profiles
コンピュートプロファイルの作成

Params

Param Name Description
compute_profile
Required

Validations:

  • Must be a Hash

compute_profile[name]
Required

Validations:

  • Must be String


PUT /api/compute_profiles/:id
コンピュートプロファイルの更新

Params

Param Name Description
id
Required

Validations:

  • Must be String

compute_profile
Required

Validations:

  • Must be a Hash

compute_profile[name]
Optional

Validations:

  • Must be String


DELETE /api/compute_profiles/:id
コンピュートプロファイルの削除

Params

Param Name Description
id
Required

Validations:

  • Must be String