GET /api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes
List of compute attributes for provided compute profile and compute resource

GET /api/compute_profiles/:compute_profile_id/compute_resources/:compute_resource_id/compute_attributes
List of compute attributes for provided compute profile and compute resource

GET /api/compute_resources/:compute_resource_id/compute_attributes
Seznam výpočetních atributů pro výpočetní prostředek

GET /api/compute_profiles/:compute_profile_id/compute_attributes
List of compute attributes for compute profile

GET /api/compute_attributes/:id
Seznam atributů výpočetního prostředku

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

compute_profile_id
optional

Identif. výpočetního profilu

Validations:

  • Must be a String

compute_resource_id
optional

ID of compute_resource

Validations:

  • Must be a String

search
optional

výsledky filtru

Validations:

  • Must be a String

order
optional

Sort field and order, eg. ‘id DESC’

Validations:

  • Must be a String

page
optional

Číslo stránky, začíná od jedničky

Validations:

  • Must be a number.

per_page
optional

Počet výsledků na stránku

Validations:

  • Must be a number.

Search fields

Název kolonky Typ Možné hodnoty
compute_profile
compute_resource
name

GET /api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes/:id
Zobrazit sadu atributů výpočetního prostředku

GET /api/compute_profiles/:compute_profile_id/compute_resources/:compute_resource_id/compute_attributes/:id
Zobrazit sadu atributů výpočetního prostředku

GET /api/compute_resources/:compute_resource_id/compute_attributes/:id
Zobrazit sadu atributů výpočetního prostředku

GET /api/compute_profiles/:compute_profile_id/compute_attributes/:id
Zobrazit sadu atributů výpočetního prostředku

GET /api/compute_attributes/:id
Zobrazit sadu atributů výpočetního prostředku

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer


POST /api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes
Vytvořit sadu výpočetních atributů

POST /api/compute_profiles/:compute_profile_id/compute_resources/:compute_resource_id/compute_attributes
Vytvořit sadu výpočetních atributů

POST /api/compute_resources/:compute_resource_id/compute_attributes
Vytvořit sadu výpočetních atributů

POST /api/compute_profiles/:compute_profile_id/compute_attributes
Vytvořit sadu výpočetních atributů

POST /api/compute_attributes
Vytvořit sadu výpočetních atributů

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

compute_profile_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.

compute_resource_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.

compute_attribute
required

Validations:

  • Must be a Hash

compute_attribute[vm_attrs]
required

Validations:

  • Must be a Hash


PUT /api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes/:id
Aktualizovat sadu atributů počítače

PUT /api/compute_profiles/:compute_profile_id/compute_resources/:compute_resource_id/compute_attributes/:id
Aktualizovat sadu atributů počítače

PUT /api/compute_resources/:compute_resource_id/compute_attributes/:id
Aktualizovat sadu atributů počítače

PUT /api/compute_profiles/:compute_profile_id/compute_attributes/:id
Aktualizovat sadu atributů počítače

PUT /api/compute_attributes/:id
Aktualizovat sadu atributů počítače

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

compute_profile_id
optional

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
optional

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
required

Validations:

  • Must be a String

compute_attribute
required

Validations:

  • Must be a Hash

compute_attribute[vm_attrs]
optional

Validations:

  • Must be a Hash