GET /api/compute_profiles
Liste mit Rechenprofilen

Params

Param Name Description
search
Optional

Ergebnisse filtern


Value:

Must be String

order
Optional

Ergebnisse sortieren


Value:

Must be String

page
Optional

Ergebnisse nummerieren


Value:

Must be String

per_page
Optional

Anzahl der Einträge pro Anfrage


Value:

Must be String


GET /api/compute_profiles/:id
Rechenprofilen anzeigen

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
Rechenprofilen erstellen

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
Rechenprofilen aktualisieren

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
Rechenprofilen löschen

Params

Param Name Description
id
Required

Value:

Must be String