POST /api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes
Créer un jeu d'attributs pour ressources d'ordinateur

POST /api/compute_profiles/:compute_profile_id/compute_resources/:compute_resource_id/compute_attributes
Créer un jeu d'attributs pour ressources d'ordinateur

POST /api/compute_resources/:compute_resource_id/compute_attributes
Créer un jeu d'attributs pour ressources d'ordinateur

POST /api/compute_profiles/:compute_profile_id/compute_attributes
Créer un jeu d'attributs pour ressources d'ordinateur

POST /api/compute_attributes
Créer un jeu d'attributs pour ressources d'ordinateur

Params

Param Name Description
compute_profile_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.
compute_resource_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.
compute_attribute
Required

Value: Must be a Hash
compute_attribute[vm_attrs]
Required

Value: Must be Hash

PUT /api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes/:id
Mise à jour d'une ressource d'ordinateur d'un profil de ressource d'ordinateur

PUT /api/compute_profiles/:compute_profile_id/compute_resources/:compute_resource_id/compute_attributes/:id
Mise à jour d'une ressource d'ordinateur d'un profil de ressource d'ordinateur

PUT /api/compute_resources/:compute_resource_id/compute_attributes/:id
Mise à jour d'une ressource d'ordinateur d'un profil de ressource d'ordinateur

PUT /api/compute_profiles/:compute_profile_id/compute_attributes/:id
Mise à jour d'une ressource d'ordinateur d'un profil de ressource d'ordinateur

PUT /api/compute_attributes/:id
Mise à jour d'une ressource d'ordinateur d'un profil de ressource d'ordinateur

Params

Param Name Description
compute_profile_id
Optional

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

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

Value: Must be String
compute_attribute
Required

Value: Must be a Hash
compute_attribute[vm_attrs]
Optional

Value: Must be Hash