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

Params

Param Name Description
search
Optional

結果をフィルタ


Value: Must be String
order
Optional

結果をソート


Value: Must be String
page
Optional

結果をページ分割


Value: Must be String
per_page
Optional

リクエストあたりのエントリ数


Value: Must be String

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

Params

Param Name Description
id
Required

Value: 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

Value: Must be a Hash
compute_profile[name]
Required

Value: Must be String

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

Params

Param Name Description
id
Required

Value: Must be String
compute_profile
Required

Value: Must be a Hash
compute_profile[name]
Optional

Value: Must be String

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

Params

Param Name Description
id
Required

Value: Must be String