Examples

GET /api
200
{
  "links": {
    "base": {},
    "config_reports": {
      "List all reports": "/api/config_reports",
      "Show a report": "/api/config_reports/:id",
      "Create a report": "/api/config_reports",
      "Delete a report": "/api/config_reports/:id",
      "Show the last report for a host": "/api/hosts/:host_id/config_reports/last"
    },
    "common_parameters": {
      "List all global parameters": "/api/common_parameters",
      "Show a global parameter": "/api/common_parameters/:id",
      "Create a global parameter": "/api/common_parameters",
      "Update a global parameter": "/api/common_parameters/:id",
      "Delete a global parameter": "/api/common_parameters/:id"
    },
    "hosts": {
      "List all hosts": "/api/hosts",
      "Show a host": "/api/hosts/:id",
      "Create a host": "/api/hosts",
      "Update a host": "/api/hosts/:id",
      "Delete a host": "/api/hosts/:id",
      "Get ENC values of host": "/api/hosts/:id/enc",
      "Get status of host": "/api/hosts/:id/status/:type",
      "Clear sub-status of host": "/api/hosts/:id/status/:type",
      "Get vm attributes of host": "/api/hosts/:id/vm_compute_attributes",
      "Disassociate the host from a VM": "/api/hosts/:id/disassociate",
      "Run a power operation on host": "/api/hosts/:id/power",
      "Fetch the status of whether the host is powered on or not. Supported hosts are VMs and physical hosts with BMCs": "/api/hosts/:id/power",
      "Boot host from specified device": "/api/hosts/:id/boot",
      "Upload facts for a host, creating the host if required": "/api/hosts/facts",
      "Rebuild orchestration config": "/api/hosts/:id/rebuild_config",
      "Preview rendered provisioning template content": "/api/hosts/:id/template/:kind"
    },
    "interfaces": {
      "List all interfaces for host": "/api/hosts/:host_id/interfaces",
      "Show an interface for host": "/api/hosts/:host_id/interfaces/:id",
      "Create an interface on a host": "/api/hosts/:host_id/interfaces",
      "Update a host's interface": "/api/hosts/:host_id/interfaces/:id",
      "Delete a host's interface": "/api/hosts/:host_id/interfaces/:id"
    },
    "registration": {
      "Render Global registration template": "/api/register",
      "Find or create a host and render the Host registration template": "/api/register"
    },
    "hostgroups": {
      "List all host groups": "/api/hostgroups",
      "Show a host group": "/api/hostgroups/:id",
      "Create a host group": "/api/hostgroups",
      "Update a host group": "/api/hostgroups/:id",
      "Delete a host group": "/api/hostgroups/:id",
      "Clone a host group": "/api/hostgroups/:id/clone",
      "Rebuild orchestration config": "/api/hostgroups/:id/rebuild_config"
    },
    "os_default_templates": {
      "List default templates combinations for an operating system": "/api/operatingsystems/:operatingsystem_id/os_default_templates",
      "Show a default template combination for an operating system": "/api/operatingsystems/:operatingsystem_id/os_default_templates/:id",
      "Create a default template combination for an operating system": "/api/operatingsystems/:operatingsystem_id/os_default_templates",
      "Update a default template combination for an operating system": "/api/operatingsystems/:operatingsystem_id/os_default_templates/:id",
      "Delete a default template combination for an operating system": "/api/operatingsystems/:operatingsystem_id/os_default_templates/:id"
    },
    "trends": {
      "List of trends counters": "/api/trends",
      "Show a trend": "/api/trends/:id",
      "Create a trend counter": "/api/trends",
      "Delete a trend counter": "/api/trends/:id"
    },
    "domains": {
      "List of domains": "/api/domains",
      "Show a domain": "/api/domains/:id",
      "Create a domain": "/api/domains",
      "Update a domain": "/api/domains/:id",
      "Delete a domain": "/api/domains/:id"
    },
    "tasks": {
      "List all tasks for a given orchestration event": "/api/orchestration/:id/tasks"
    },
    "smart_class_parameters": {
      "List all smart class parameters": "/api/smart_class_parameters",
      "Show a smart class parameter": "/api/smart_class_parameters/:id",
      "Update a smart class parameter": "/api/smart_class_parameters/:id"
    },
    "compute_resources": {
      "List all compute resources": "/api/compute_resources",
      "Show a compute resource": "/api/compute_resources/:id",
      "Create a compute resource": "/api/compute_resources",
      "Update a compute resource": "/api/compute_resources/:id",
      "Delete a compute resource": "/api/compute_resources/:id",
      "List available images for a compute resource": "/api/compute_resources/:id/available_images",
      "List available clusters for a compute resource": "/api/compute_resources/:id/available_clusters",
      "List available flavors for a compute resource": "/api/compute_resources/:id/available_flavors",
      "List available folders for a compute resource": "/api/compute_resources/:id/available_folders",
      "List available zone for a compute resource": "/api/compute_resources/:id/available_zones",
      "List available networks for a compute resource": "/api/compute_resources/:id/available_networks",
      "List available vnic profiles for a compute resource, for oVirt only": "/api/compute_resources/:id/available_vnic_profiles",
      "List resource pools for a compute resource cluster": "/api/compute_resources/:id/available_clusters/:cluster_id/available_resource_pools",
      "List attributes for a given storage domain": "/api/compute_resources/:id/storage_domains/:storage_domain_id",
      "List storage domains for a compute resource": "/api/compute_resources/:id/available_storage_domains",
      "List attributes for a given storage pod": "/api/compute_resources/:id/storage_pods/:storage_pod_id",
      "List storage pods for a compute resource": "/api/compute_resources/:id/available_storage_pods",
      "List available security groups for a compute resource": "/api/compute_resources/:id/available_security_groups",
      "Associate VMs to Hosts": "/api/compute_resources/:id/associate",
      "Refresh Compute Resource Cache": "/api/compute_resources/:id/refresh_cache",
      "List available virtual machines for a compute resource": "/api/compute_resources/:id/available_virtual_machines",
      "Show a virtual machine": "/api/compute_resources/:id/available_virtual_machines/:vm_id",
      "Power a Virtual Machine": "/api/compute_resources/:id/available_virtual_machines/:vm_id/power",
      "Delete a Virtual Machine": "/api/compute_resources/:id/available_virtual_machines/:vm_id"
    },
    "report_templates": {
      "List all report templates": "/api/report_templates",
      "Show a report template": "/api/report_templates/:id",
      "Create a report template": "/api/report_templates",
      "Import a report template": "/api/report_templates/import",
      "Update a report template": "/api/report_templates/:id",
      "Delete a report template": "/api/report_templates/:id",
      "Clone a template": "/api/report_templates/:id/clone",
      "Export a report template to ERB": "/api/report_templates/:id/export",
      "Generate report from a template": "/api/report_templates/:id/generate",
      "Schedule generating of a report": "/api/report_templates/:id/schedule_report",
      "Downloads a generated report": "/api/report_templates/:id/report_data/:job_id"
    },
    "media": {
      "List all installation media": "/api/media",
      "Show a medium": "/api/media/:id",
      "Create a medium": "/api/media",
      "Update a medium": "/api/media/:id",
      "Delete a medium": "/api/media/:id"
    },
    "compute_attributes": {
      "List of compute attributes for provided compute profile and compute resource": "/api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes",
      "Show a compute attributes set": "/api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes/:id",
      "Create a compute attributes set": "/api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes",
      "Update a compute attributes set": "/api/compute_resources/:compute_resource_id/compute_profiles/:compute_profile_id/compute_attributes/:id"
    },
    "parameters": {
      "List all parameters for a host": "/api/hosts/:host_id/parameters",
      "Show a nested parameter for a host": "/api/hosts/:host_id/parameters/:id",
      "Create a nested parameter for a host": "/api/hosts/:host_id/parameters",
      "Update a nested parameter for a host": "/api/hosts/:host_id/parameters/:id",
      "Delete a nested parameter for a host": "/api/hosts/:host_id/parameters/:id",
      "Delete all nested parameters for a host": "/api/hosts/:host_id/parameters"
    },
    "template_combinations": {
      "List template combination": "/api/provisioning_templates/:provisioning_template_id/template_combinations",
      "Add a template combination": "/api/provisioning_templates/:provisioning_template_id/template_combinations",
      "Show template combination": "/api/template_combinations/:id",
      "Update template combination": "/api/provisioning_templates/:provisioning_template_id/template_combinations/:id",
      "Delete a template combination": "/api/template_combinations/:id"
    },
    "locations": {
      "List all locations": "/api/locations",
      "Show a location": "/api/locations/:id",
      "Create a location": "/api/locations",
      "Update a location": "/api/locations/:id",
      "Delete a location": "/api/locations/:id"
    },
    "models": {
      "List all hardware models": "/api/models",
      "Show a hardware model": "/api/models/:id",
      "Create a hardware model": "/api/models",
      "Update a hardware model": "/api/models/:id",
      "Delete a hardware model": "/api/models/:id"
    },
    "smart_proxies": {
      "Import puppet classes from puppet proxy": "/api/smart_proxies/:id/import_puppetclasses",
      "List all smart proxies": "/api/smart_proxies",
      "Show a smart proxy": "/api/smart_proxies/:id",
      "Create a smart proxy": "/api/smart_proxies",
      "Update a smart proxy": "/api/smart_proxies/:id",
      "Delete a smart proxy": "/api/smart_proxies/:id",
      "Refresh smart proxy features": "/api/smart_proxies/:id/refresh"
    },
    "override_values": {
      "List of override values for a specific smart class parameter": "/api/smart_class_parameters/:smart_class_parameter_id/override_values",
      "Show an override value for a specific smart class parameter": "/api/smart_class_parameters/:smart_class_parameter_id/override_values/:id",
      "Create an override value for a specific smart class parameter": "/api/smart_class_parameters/:smart_class_parameter_id/override_values",
      "Update an override value for a specific smart class parameter": "/api/smart_class_parameters/:smart_class_parameter_id/override_values/:id",
      "Delete an override value for a specific smart class parameter": "/api/smart_class_parameters/:smart_class_parameter_id/override_values/:id"
    },
    "table_preferences": {
      "List of table preferences for a user": "/api/users/:user_id/table_preferences",
      "Table preference details of a given table": "/api/users/:user_id/table_preferences/:name",
      "Creates a table preference for a given table": "/api/users/:user_id/table_preferences",
      "Updates a table preference for a given table": "/api/users/:user_id/table_preferences/:name",
      "Delete a table preference for a given table": "/api/users/:user_id/table_preferences/:name"
    },
    "roles": {
      "List all roles": "/api/roles",
      "Show a role": "/api/roles/:id",
      "Create a role": "/api/roles",
      "Update a role": "/api/roles/:id",
      "Delete a role": "/api/roles/:id",
      "Clone a role": "/api/roles/:id/clone"
    },
    "provisioning_templates": {
      "List provisioning templates": "/api/provisioning_templates",
      "Show provisioning template details": "/api/provisioning_templates/:id",
      "Create a provisioning template": "/api/provisioning_templates",
      "Import a provisioning template": "/api/provisioning_templates/import",
      "Update a provisioning template": "/api/provisioning_templates/:id",
      "Delete a provisioning template": "/api/provisioning_templates/:id",
      "Update the default PXE menu on all configured TFTP servers": "/api/provisioning_templates/build_pxe_default",
      "Clone a provision template": "/api/provisioning_templates/:id/clone",
      "Export a provisioning template to ERB": "/api/provisioning_templates/:id/export"
    },
    "plugins": {
      "List installed plugins": "/api/plugins"
    },
    "architectures": {
      "List all architectures": "/api/architectures",
      "Show an architecture": "/api/architectures/:id",
      "Create an architecture": "/api/architectures",
      "Update an architecture": "/api/architectures/:id",
      "Delete an architecture": "/api/architectures/:id"
    },
    "subnets": {
      "List of subnets": "/api/subnets",
      "Show a subnet": "/api/subnets/:id",
      "Create a subnet": "/api/subnets",
      "Update a subnet": "/api/subnets/:id",
      "Delete a subnet": "/api/subnets/:id",
      "Provides an unused IP address in this subnet": "/api/subnets/:id/freeip"
    },
    "puppetclasses": {
      "List all Puppet classes": "/api/puppetclasses",
      "Show a Puppet class": "/api/puppetclasses/:id",
      "Create a Puppet class": "/api/puppetclasses",
      "Update a Puppet class": "/api/puppetclasses/:id",
      "Delete a Puppet class": "/api/puppetclasses/:id"
    },
    "ptables": {
      "List all partition tables": "/api/ptables",
      "Show a partition table": "/api/ptables/:id",
      "Create a partition table": "/api/ptables",
      "Import a provisioning template": "/api/ptables/import",
      "Update a partition table": "/api/ptables/:id",
      "Delete a partition table": "/api/ptables/:id",
      "Clone a template": "/api/ptables/:id/clone",
      "Export a partition template to ERB": "/api/ptables/:id/export"
    },
    "template_kinds": {
      "List all template kinds": "/api/template_kinds"
    },
    "realms": {
      "List of realms": "/api/realms",
      "Show a realm": "/api/realms/:id",
      "Create a realm": "/api/realms",
      "Update a realm": "/api/realms/:id",
      "Delete a realm": "/api/realms/:id"
    },
    "bookmarks": {
      "List all bookmarks": "/api/bookmarks",
      "Show a bookmark": "/api/bookmarks/:id",
      "Create a bookmark": "/api/bookmarks",
      "Update a bookmark": "/api/bookmarks/:id",
      "Delete a bookmark": "/api/bookmarks/:id"
    },
    "organizations": {
      "List all organizations": "/api/organizations",
      "Show an organization": "/api/organizations/:id",
      "Create an organization": "/api/organizations",
      "Update an organization": "/api/organizations/:id",
      "Delete an organization": "/api/organizations/:id"
    },
    "usergroups": {
      "List all user groups": "/api/usergroups",
      "Show a user group": "/api/usergroups/:id",
      "Create a user group": "/api/usergroups",
      "Update a user group": "/api/usergroups/:id",
      "Delete a user group": "/api/usergroups/:id"
    },
    "compute_profiles": {
      "List of compute profiles": "/api/compute_profiles",
      "Show a compute profile": "/api/compute_profiles/:id",
      "Create a compute profile": "/api/compute_profiles",
      "Update a compute profile": "/api/compute_profiles/:id",
      "Delete a compute profile": "/api/compute_profiles/:id"
    },
    "auth_source_ldaps": {
      "List all LDAP authentication sources": "/api/auth_source_ldaps",
      "Show an LDAP authentication source": "/api/auth_source_ldaps/:id",
      "Create an LDAP authentication source": "/api/auth_source_ldaps",
      "Update an LDAP authentication source": "/api/auth_source_ldaps/:id",
      "Test LDAP connection": "/api/auth_source_ldaps/:id/test",
      "Delete an LDAP authentication source": "/api/auth_source_ldaps/:id"
    },
    "filters": {
      "List all filters": "/api/filters",
      "Show a filter": "/api/filters/:id",
      "Create a filter": "/api/filters",
      "Update a filter": "/api/filters/:id",
      "Delete a filter": "/api/filters/:id"
    },
    "auth_source_internals": {
      "List internal authentication sources": "/api/auth_source_internals",
      "Show an internal authentication source": "/api/auth_source_internals/:id"
    },
    "permissions": {
      "List all permissions": "/api/permissions",
      "Show a permission": "/api/permissions/:id",
      "List available resource types": "/api/permissions/resource_types"
    },
    "images": {
      "List all images for a compute resource": "/api/compute_resources/:compute_resource_id/images",
      "Show an image": "/api/compute_resources/:compute_resource_id/images/:id",
      "Create an image": "/api/compute_resources/:compute_resource_id/images",
      "Update an image": "/api/compute_resources/:compute_resource_id/images/:id",
      "Delete an image": "/api/compute_resources/:compute_resource_id/images/:id"
    },
    "fact_values": {
      "List all fact values": "/api/fact_values"
    },
    "home": {
      "Show available API links": "/api",
      "Show status": "/api/status"
    }
  }
}

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