This page lists the available attributes when creating resources with the REST API
POST /api/actions
Attribute | Type | Description |
---|---|---|
action_type | string | Action Type |
description | string | Description (unique) |
Attribute | Type | Description |
---|---|---|
name | string | Name |
options | hash | Options |
POST /api/alert_definitions
Attribute | Type | Description |
---|---|---|
description | string | Description |
db | string | Database |
expression | hash | Expression |
options | hash | Options |
Attribute | Type | Description |
---|---|---|
enabled | boolean | Enable the Alert Definition or not - Defaults to true |
POST /api/authentications
Attribute | Type | Description |
---|---|---|
manager_resource | hash | href of the provider |
Attribute | Type | Description |
---|---|---|
type | string | Authentication class |
Note:
For a complete list of authentication classes supported and the related attributes for each type, send the OPTIONS /api/authentications request.
POST /api/categories
Attribute | Type | Description |
---|---|---|
name | string | Name |
description | string | Description |
Attribute | Type | Description |
---|---|---|
example_text | string | Detailed description |
show | boolean | Show Category flag |
single_value | boolean | Single Value flag |
syntax | string | Syntax of value, string, integer or boolean |
POST /api/rates
Attribute | Type | Description |
---|---|---|
chargeback_rate_id | integer | Reference to parent Chargeback. <chargeback_rate> can be used instead. |
group | string | Group rate belongs to, i.e. cpu, memory, net_io, disk_io, etc. |
source | string | The input value for calculation, i.e. allocated, used, etc. |
chargeback_tiers | Array of hashes | Each tier is represented by hash `{“start”: 0.0, “finish”: ‘infinity’, “fixed_rate”: 2.0, “variable_rate”: 0.0}] |
Attribute | Type | Description |
---|---|---|
description | string | Description of the chargeback rate |
enabled | boolean | Rate enabled flag |
friendly_rate | string | Friendly name of the rate |
metric | string | Metrics, i.e. derived_memory_available, etc. |
per_time | string | Measured per time, hourly, daily, weekly, monthly or yearly |
per_unit | string | Measured per unit, i.e. megabytes, gigabytes, etc. |
chargeback_rate | hash |
id or href from api/chargebacks collection. |
detail_currency | hash |
id or href from api/currencies collection. Details of related currency. |
chargeable_field | hash |
id or href from api/chargeable_fields collection. Record representing metric. Contains equivalent columns: metric, group, source
|
POST /api/conditions
Attribute | Type | Description |
---|---|---|
description | string | Condition Description |
expression | hash | Expression |
modifier | string | Modifier |
towhat | string | Class name |
Attribute | Type | Description |
---|---|---|
name | string | Condition name |
POST /api/configuration_script_sources
Attribute | Type | Description |
---|---|---|
manager_resource | hash | href or id of the provider |
Attribute | Type | Description |
---|---|---|
description | string | Description |
name | string | Project Name |
related | hash | Related attributes and values |
POST /api/generic_objects
Attribute | Type | Description |
---|---|---|
name | string | Name of the generic object |
generic_object_definition | hash | Generic object definition to create new generic object for, requires an href or id attribute in the hash |
POST /api/generic_object_definitions/:id/generic_objects
Attribute | Type | Description |
---|---|---|
name | string | Name of the generic object |
Attribute | Type | Description |
---|---|---|
uid | string | Uid string |
property_attributes | hash | Attribute/Value pairs to define for the generic object |
associations | hash | Hash containing association keys each being an array of resource references |
Attribute | Type | Description |
---|---|---|
name | string | Name of the generic object definition |
Attribute | Type | Description |
---|---|---|
description | string | Description for the generic object definition |
properties | hash | Hash containing the attributes, associations and methods of the generic object definition |
picture | hash | Picture to use, either an href or id of the picture resource, or the actual picture including the extension and Base64 encoded content |
POST /api/groups
Attribute | Type | Description |
---|---|---|
description | string | Description |
role | hash | Role the group is assigned to, requires an href, id or name attribute in the hash |
tenant | hash | Tenant the group belongs to, requires an href or id attribute in the hash |
Attribute | Type | Description |
---|---|---|
filters | hash | Hash that contains the belongsto and managed arrays of filters to assign to the group |
filter_expression | hash | Hash representing the expression used for filtering by Tag |
The filters
hash can include the following keys:
belongsto
Array of tags representing the following types of objects:
VMs & Templates
Clusters, Datastores, Hosts, Managers & Providers
managed
Array of tag arrays representing:
Example:
"filters" : {
"managed" : [
["/managed/location/ny"],
["/managed/environment/prod"]
],
"belongsto" : [
"/belongsto/ExtManagementSystem|dev-vc60/EmsFolder|Datacenters/EmsFolder|dev-vc60-DC/EmsFolder|vm/EmsFolder|Alberto-Dev,
"/belongsto/ExtManagementSystem|dev-vc60/EmsFolder|Datacenters/EmsFolder|dev-vc60-DC/EmsFolder|host/EmsCluster|dev-vc60-cluster"
]
}
Alternatively, company tags can be represented with an expression via the filter_expression instead of the managed tag array in the filters element as follows:
Example with Tags based on expression:
"filters" : {
"managed" : null,
"belongsto" : [
"/belongsto/ExtManagementSystem|dev-vc60/EmsFolder|Datacenters/EmsFolder|dev-vc60-DC/EmsFolder|vm/EmsFolder|Alberto-Dev,
"/belongsto/ExtManagementSystem|dev-vc60/EmsFolder|Datacenters/EmsFolder|dev-vc60-DC/EmsFolder|host/EmsCluster|dev-vc60-cluster"
]
},
"filter_expression" : {
"exp": {
"and": [
{
"CONTAINS": {
"tag": "managed-location",
"value": "ny"
}
},
{
"CONTAINS": {
"tag": "managed-environment",
"value": "prod"
}
}
]
}
}
POST /api/orchestration_templates
Attribute | Type | Description |
---|---|---|
name | string | Name |
content | text | Template content |
Attribute | Type | Description |
---|---|---|
type | string | Type |
description | string | Description |
draft | boolean | true or false |
ems_id | integer | Id of the provider |
orderable | boolean | true or false |
POST /api/policies
Attribute | Type | Description |
---|---|---|
name | string | Name |
description | string | Description |
mode | string | Mode (i.e. compliance) |
towhat | string | Target Class |
condition_ids | array | Ids of Conditions to assign to the Policy |
policy_contents | array | Array of hashes including event_id and actions, an array of hashes comprising of an action_id and opts. |
POST /api/providers
Attribute | Type | Description |
---|---|---|
name | string | Name of the provider |
type | string | Provider class |
hostname | string | Hostname of the Provider |
credentials or connection_configurations | hash or array | Credentials information for the provider either via the credentials hash or connection_configurations array |
Attribute | Type | Description |
---|---|---|
api_version | string | API Version for communicating with the Provider |
uid_ems | string | Domain for OpenStack provider. Required when “api_version” is “v3” |
certificate_authority | string | CA for the Provider |
connection_configurations | array | Endpoints for the Provider |
credentials | hash | Credentials to use for communicating with the Provider, see Provider Support for examples |
host_default_vnc_port_start | integer | Starting VNC port |
host_default_vnc_port_end | integer | Ending VNC port |
ipaddress | string | IP Address of the Provider |
port | string | Port of the Provider |
realm | string | Realm of the Provider |
security_protocol | string | Security Protocol |
url | string | URL of the Provider |
zone | hash | In which zone to add provider to, hash needs to include an href or id attribute. |
Credentials hash specification attributes are:
Type | Auth Types | Auth Attributes |
---|---|---|
ManageIQ::Providers::Amazon::CloudManager | default | userid, password |
ManageIQ::Providers::Atomic::ContainerManager | default, password, bearer | userid, password |
ManageIQ::Providers::Azure::CloudManager | default | userid, password |
ManageIQ::Providers::Kubernetes::ContainerManager | default, password, bearer | userid, password |
ManageIQ::Providers::Microsoft::InfraManager | default | userid, password |
ManageIQ::Providers::Openshift::ContainerManager | default, password, bearer | userid, password, auth_key |
ManageIQ::Providers::Openstack::InfraManager | default, amqp, ssh_keypair | userid, password, auth_key |
ManageIQ::Providers::Openstack::CloudManager | default, amqp | userid, password |
ManageIQ::Providers::Redhat::InfraManager | default, metrics | userid, password |
ManageIQ::Providers::Vmware::InfraManager | default | userid, password |
ManageIQ::Providers::Foreman::Provider | default | userid, password |
ManageIQ::Providers::Openstack::Provider | default | userid, password |
POST /api/roles
Attribute | Type | Description |
---|---|---|
name | string | Name of user role |
Attribute | Type | Description |
---|---|---|
features | array | Features to assign to the role. Array of { “identifier” OR “href” OR “id” : … } |
settings | hash | Settings for the role, normally: { “restrictions” : { “vms” : “user” OR “user_or_group” } } |
POST /api/services
Attribute | Type | Description |
---|---|---|
name | string | Name |
Attribute | Type | Description |
---|---|---|
description | string | Description |
orchestration_template | hash | href or id of the Orchestration Template |
orchestration_manager | hash | href or id of the Orchestration Provider |
parent_service | hash | Parent service href or id reference |
type | string | Type of Service |
POST /api/service_catalogs
Attribute | Type | Description |
---|---|---|
name | string | Name of service catalog |
description | string | Description of service catalog |
Attribute | Type | Description |
---|---|---|
service_templates | array | Array of Service Template hashes to assign to the new Service Catalog. Hash entries to include the href of the service_templates to assign and must not currently be assigned to any Service Catalog. |
POST /api/service_dialogs
Attribute | Type | Description |
---|---|---|
label | string | Label |
dialog_tabs | array | Dialog content - array of dialog tabs |
Attribute | Type | Description |
---|---|---|
description | string | Description |
POST /api/tags
Attribute | Type | Description |
---|---|---|
name | string | Name of tag |
description | string | Description of tag |
category | hash | Category identifier for which the tag is getting added to, requires an href, id or name attribute in the hash |
Note:
When adding with a create action on the tags subcollection of the category via /api/categories/:id/tags, the category should not be specified in the resource.
POST /api/tenants
Attribute | Type | Description |
---|---|---|
name | string | Name of Tenant |
parent | hash | Parent tenant identifier for which the sub-tenant is getting added to, requires an href or id attribute in the hash |
Attribute | Type | Description |
---|---|---|
description | string | Description of Tenant |
domain | string | Domain |
logo_file_name | string | Logo file name, must be available via /uploads/logo_file_name |
login_logo_file_name | string | Login Logo file name, must be available via /uploads/login_logo_file_name |
login_text | string | Login text |
subdomain | string | Subdomain |
POST /api/users
Attribute | Type | Description |
---|---|---|
userid | string | Username |
password | string | Password |
name | string | Full Name |
group | hash | Group the user belongs to, requires a description, href or id attribute in the hash |
Attribute | Type | Description |
---|---|---|
string | E-mail Address |