GET /api/compute_profiles
List of compute profiles

Params

Param name Description
search
optional

filter results


Value:

Must be String

order
optional

sort results


Value:

Must be String

page
optional

paginate results


Value:

Must be String

per_page
optional

number of entries per request


Value:

Must be String


GET /api/compute_profiles/:id
Show a compute profile

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
Create a compute profile

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
Update a compute profile

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
Delete a compute profile

Params

Param name Description
id
required

Value:

Must be String