Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 945810 Details for
Bug 1105773
Going to /api/v2 should show me all apis for plugins and main foreman server
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
api endpoints
endpoints (text/plain), 36.76 KB, created by
sthirugn@redhat.com
on 2014-10-10 20:07:00 UTC
(
hide
)
Description:
api endpoints
Filename:
MIME Type:
Creator:
sthirugn@redhat.com
Created:
2014-10-10 20:07:00 UTC
Size:
36.76 KB
patch
obsolete
> > > { > "links": > { > "api": > { > }, > "base": > { > }, > "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 status of host": "/api/hosts/:id/status", > "Force a Puppet agent run on the host": "/api/hosts/:id/puppetrun", > "Disassociate the host from a VM": "/api/hosts/:id/disassociate", > "Run a power operation on host": "/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" > }, > "foreman_tasks": > { > "Show task details": "/foreman_tasks/api/tasks/:id", > "List dynflow tasks for uuids": "/foreman_tasks/api/tasks/bulk_search" > }, > "candlepin_proxies": > { > "Update the information about enabled repositories": "/katello/api/systems/:id/enabled_repos" > }, > "activation_keys": > { > "List activation keys": "/katello/api/activation_keys", > "Create an activation key": "/katello/api/activation_keys", > "Update an activation key": "/katello/api/activation_keys/:id", > "Destroy an activation key": "/katello/api/activation_keys/:id", > "Show an activation key": "/katello/api/activation_keys/:id", > "List host collections the system does not belong to": "/katello/api/activation_keys/:id/host_collections/available", > "Show release versions available for an activation key": "/katello/api/activation_keys/:id/releases" > }, > "capsule_content": > { > "List the lifecycle environments attached to the capsule": "/katello/api/capsules/:id/content/lifecycle_environments", > "List the lifecycle environments not attached to the capsule": "/katello/api/capsules/:id/content/available_lifecycle_environments", > "Add lifecycle environments to the capsule": "/katello/api/capsules/:id/content/lifecycle_environments", > "Remove lifecycle environments from the capsule": "/katello/api/capsules/:id/content/lifecycle_environments/:environment_id", > "Synchronize the content to the capsule": "/katello/api/capsules/:id/content/sync" > }, > "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" > }, > "capsules": > { > "List all capsules": "/katello/api/capsules", > "Show the capsule details": "/katello/api/capsules/:id" > }, > "content_uploads": > { > "Create an upload request": "/katello/api/repositories/:repository_id/content_uploads", > "Upload a chunk of the file's content": "/katello/api/repositories/:repository_id/content_uploads/:id", > "Delete an upload request": "/katello/api/repositories/:repository_id/content_uploads/:id" > }, > "content_view_filter_rules": > { > "List filter rules": "/katello/api/content_view_filters/:content_view_filter_id/rules", > "Create a filter rule. The parameters included should be based upon the filter type": "/katello/api/content_view_filters/:content_view_filter_id/rules", > "Show filter rule info": "/katello/api/content_view_filters/:content_view_filter_id/rules/:id", > "Update a filter rule. The parameters included should be based upon the filter type": "/katello/api/content_view_filters/:content_view_filter_id/rules/:id", > "Delete a filter rule": "/katello/api/content_view_filters/:content_view_filter_id/rules/:id" > }, > "content_view_filters": > { > "List filters": "/katello/api/content_views/:content_view_id/filters", > "Create a filter for a content view": "/katello/api/content_views/:content_view_id/filters", > "Show filter info": "/katello/api/content_views/:content_view_id/filters/:id", > "Update a filter": "/katello/api/content_views/:content_view_id/filters/:id", > "Delete a filter": "/katello/api/content_views/:content_view_id/filters/:id", > "Get errata that are available to be added to the filter": "/katello/api/content_views/:content_view_id/filters/:id/available_errata", > "Get package groups that are available to be added to the filter": "/katello/api/content_views/:content_view_id/filters/:id/available_package_groups" > }, > "content_view_puppet_modules": > { > "List content view puppet modules": "/katello/api/content_views/:content_view_id/content_view_puppet_modules", > "Add a puppet module to the content view": "/katello/api/content_views/:content_view_id/content_view_puppet_modules", > "Show a content view puppet module": "/katello/api/content_views/:content_view_id/content_view_puppet_modules/:id", > "Update a puppet module associated with the content view": "/katello/api/content_views/:content_view_id/content_view_puppet_modules/:id", > "Remove a puppet module from the content view": "/katello/api/content_views/:content_view_id/content_view_puppet_modules/:id" > }, > "content_view_versions": > { > "List content view versions": "/katello/api/content_view_versions", > "Show content view version": "/katello/api/content_view_versions/:id", > "Promote a content view version": "/katello/api/content_view_versions/:id/promote", > "Remove content view version": "/katello/api/content_view_versions/:id" > }, > "content_views": > { > "List content views": "/katello/api/organizations/:organization_id/content_views", > "Create a content view": "/katello/api/organizations/:organization_id/content_views", > "Update a content view": "/katello/api/content_views/:id", > "Publish a content view": "/katello/api/content_views/:id/publish", > "Show a content view": "/katello/api/content_views/:id", > "Get puppet modules that are available to be added to the content view": "/katello/api/content_views/:id/available_puppet_modules", > "Get puppet modules names that are available to be added to the content view": "/katello/api/content_views/:id/available_puppet_module_names", > "Show a content view's history": "/katello/api/content_views/:id/history", > "Remove a content view from an environment": "/katello/api/content_views/:id/environments/:environment_id", > "Remove versions and/or environments from a content view and reassign systems and keys": "/katello/api/content_views/:id/remove", > "Delete a content view": "/katello/api/content_views/:id", > "Make copy of a content view": "/katello/api/content_views/:id/copy" > }, > "distributions": > { > "List distributions": "/katello/api/repositories/:repository_id/distributions", > "Show a distribution": "/katello/api/repositories/:repository_id/distributions/:id" > }, > "lifecycle_environments": > { > "List environments in an organization": "/katello/api/environments", > "Show an environment": "/katello/api/environments/:id", > "Create an environment": "/katello/api/environments", > "Update an environment": "/katello/api/environments/:id", > "Destroy an environment": "/katello/api/environments/:id", > "List environment paths": "/katello/api/organizations/:organization_id/environments/paths", > "List repositories available in the environment": "/katello/api/organizations/:organization_id/environments/:id/repositories" > }, > "errata": > { > "List errata": "/katello/api/errata", > "Show an erratum": "/katello/api/errata/:id" > }, > "gpg_keys": > { > "List gpg keys": "/katello/api/gpg_keys", > "Create a gpg key": "/katello/api/gpg_keys", > "Show a gpg key": "/katello/api/gpg_keys/:id", > "Update a repository": "/katello/api/gpg_keys/:id", > "Destroy a gpg key": "/katello/api/gpg_keys/:id", > "Upload gpg key contents": "/katello/api/gpg_keys/:id/content" > }, > "host_collections": > { > "Show a host collection": "/katello/api/host_collections/:id", > "List host collections": "/katello/api/host_collections", > "Create a host collection": "/katello/api/host_collections", > "Update a host collection": "/katello/api/host_collections/:id", > "List content hosts in the host collection": "/katello/api/host_collections/:id/systems", > "Add content host to the host collection": "/katello/api/host_collections/:id/add_systems", > "Remove content hosts from the host collection": "/katello/api/host_collections/:id/remove_systems", > "Destroy a host collection": "/katello/api/host_collections/:id", > "Make copy of a host collection": "/katello/api/host_collections/:id/copy" > }, > "organizations": > { > "List all organizations": "/katello/api/organizations", > "Show organization": "/katello/api/organizations/:id", > "Create organization": "/katello/api/organizations", > "Update organization": "/katello/api/organizations/:id", > "Delete an organization": "/katello/api/organizations/:id", > "Discover Repositories": "/katello/api/organizations/:id/repo_discover", > "Cancel repository discovery": "/katello/api/organizations/:label/cancel_repo_discover", > "Download a debug certificate": "/katello/api/organizations/:label/download_debug_certificate", > "Auto-attach available subscriptions to all systems within an organization. Asynchronous operation": "/katello/api/organizations/:id/autoattach_subscriptions", > "List all :resource_id": "/katello/api/organizations/:id/redhat_provider" > }, > "package_groups": > { > "List package_groups": "/katello/api/package_groups", > "Show a package group": "/katello/api/package_groups/:id" > }, > "packages": > { > "List packages": "/katello/api/packages", > "Show a package": "/katello/api/packages/:id" > }, > "ping": > { > "Shows status of system and it's subcomponents": "/katello/api/ping", > "Shows version information": "/katello/api/status" > }, > "products_bulk_actions": > { > "Destroy one or more products": "/katello/api/products/bulk/destroy", > "Sync one or more products": "/katello/api/products/bulk/sync_plan" > }, > "products": > { > "List products": "/katello/api/products", > "Create a product": "/katello/api/products", > "Show a product": "/katello/api/products/:id", > "Updates a product": "/katello/api/products/:id", > "Destroy a product": "/katello/api/products/:id", > "Sync a repository": "/katello/api/products/:id/sync" > }, > "puppet_modules": > { > "List puppet modules": "/katello/api/puppet_modules", > "Show a puppet module": "/katello/api/puppet_modules/:id" > }, > "repositories_bulk_actions": > { > "Destroy one or more repositories": "/katello/api/repositories/bulk/destroy", > "Synchronize repository": "/katello/api/repositories/bulk/sync" > }, > "repositories": > { > "List of enabled repositories": "/katello/api/repositories", > "Create a custom repository": "/katello/api/repositories", > "Show a custom repository": "/katello/api/repositories/:id", > "Sync a repository": "/katello/api/repositories/:id/sync", > "Update a custom repository": "/katello/api/repositories/:id", > "Destroy a custom repository": "/katello/api/repositories/:id", > "Upload content into the repository": "/katello/api/repositories/:id/upload_content", > "Import uploads into a repository": "/katello/api/repositories/:id/import_uploads", > "Return the content of a repo gpg key, used directly by yum": "/katello/api/repositories/:id/gpg_key_content" > }, > "repository_sets": > { > "List repository sets for a product": "/katello/api/products/:product_id/repository_sets", > "Get info about a repository set": "/katello/api/products/:product_id/repository_sets/:id", > "Get list or available repositories for the repository set": "/katello/api/products/:product_id/repository_sets/:id/available_repositories", > "Enable a repository from the set": "/katello/api/products/:product_id/repository_sets/:id/enable", > "Disable a repository form the set": "/katello/api/products/:product_id/repository_sets/:id/disable" > }, > "root": > { > }, > "subscriptions": > { > "List organization subscriptions": "/katello/api/organizations/:organization_id/subscriptions", > "Show a subscription": "/katello/api/organizations/:organization_id/subscriptions/:id", > "Add a subscription to a resource": "/katello/api/subscriptions/:id", > "Unattach a subscription": "/katello/api/subscriptions/:id", > "Upload a subscription manifest": "/katello/api/organizations/:organization_id/subscriptions/upload", > "Refresh previously imported manifest for Red Hat provider": "/katello/api/organizations/:organization_id/subscriptions/refresh_manifest", > "Delete manifest from Red Hat provider": "/katello/api/organizations/:organization_id/subscriptions/delete_manifest", > "obtain manifest history for subscriptions": "/katello/api/organizations/:organization_id/subscriptions/manifest_history", > "List available subscriptions": "/katello/api/systems/:system_id/subscriptions/available" > }, > "sync": > { > "Get status of repo synchronisation for given product": "/katello/api/organizations/:organization_id/products/:product_id/sync" > }, > "sync_plans": > { > "List sync plans": "/katello/api/sync_plans", > "Show a sync plan": "/katello/api/organizations/:organization_id/sync_plans/:id", > "Create a sync plan": "/katello/api/organizations/:organization_id/sync_plans", > "Update a sync plan": "/katello/api/organizations/:organization_id/sync_plans/:id", > "Destroy a sync plan": "/katello/api/organizations/:organization_id/sync_plans/:id", > "List products that are not in this sync plan": "/katello/api/organizations/:organization_id/sync_plans/:id/available_products", > "Add products to sync plan": "/katello/api/organizations/:organization_id/sync_plans/:id/add_products", > "Remove products from sync plan": "/katello/api/organizations/:organization_id/sync_plans/:id/remove_products" > }, > "system_errata": > { > "Schedule errata for installation": "/katello/api/systems/:system_id/errata/apply", > "Retrieve a single errata for a system": "/katello/api/systems/:system_id/errata/:id" > }, > "system_packages": > { > "Install packages remotely": "/katello/api/systems/:system_id/packages/install", > "Update packages remotely": "/katello/api/systems/:system_id/packages/upgrade_all", > "Uninstall packages remotely": "/katello/api/systems/:system_id/packages/remove" > }, > "systems_bulk_actions": > { > "Add one or more host collections to one or more content hosts": "/katello/api/systems/bulk/add_host_collections", > "Remove one or more host collections from one or more content hosts": "/katello/api/systems/bulk/remove_host_collections", > "Fetch applicable errata for a system": "/katello/api/systems/bulk/applicable_errata", > "Install content on one or more systems": "/katello/api/systems/bulk/install_content", > "Update content on one or more systems": "/katello/api/systems/bulk/update_content", > "Remove content on one or more systems": "/katello/api/systems/bulk/remove_content", > "Destroy one or more systems": "/katello/api/systems/bulk/destroy", > "Assign the environment and content view to one or more systems": "/katello/api/systems/bulk/environment_content_view" > }, > "systems": > { > "List content hosts": "/katello/api/systems", > "Register a content host": "/katello/api/systems", > "Update content host information": "/katello/api/systems/:id", > "Show a content host": "/katello/api/systems/:id", > "List host collections the content host does not belong to": "/katello/api/systems/:id/available_host_collections", > "Unregister a content host": "/katello/api/systems/:id", > "List packages installed on the content host": "/katello/api/systems/:id/packages", > "Trigger a refresh of subscriptions, auto-attaching if enabled": "/katello/api/systems/:id/refresh_subscriptions", > "List errata available for the content host": "/katello/api/systems/:id/errata", > "Get content host reports for the environment": "/katello/api/environments/:environment_id/systems/report", > "List pools a content host is subscribed to": "/katello/api/systems/:id/pools", > "Show releases available for the content host": "/katello/api/systems/:id/releases", > "List Candlepin events for the content host": "/katello/api/systems/:id/events" > }, > "uebercerts": > { > "Show an ueber certificate for an organization": "/katello/api/organizations/:organization_id/uebercert" > }, > "users": > { > "List all users": "/api/users", > "Show a user": "/api/users/:id", > "Create a user": "/api/users", > "Update a user": "/api/users/:id", > "Delete a user": "/api/users/:id" > }, > "disks": > { > "Boot disks": "/bootdisk/api", > "Download generic image": "/bootdisk/api/generic", > "Download host image": "/bootdisk/api/hosts/:host_id" > }, > "discovered_hosts": > { > "List all discovered hosts": "/api/v2/discovered_hosts", > "Show a discovered host": "/api/v2/discovered_hosts/:id", > "Create a discovered host": "/api/v2/discovered_hosts", > "Provision a discovered host": "/api/v2/discovered_hosts/:id", > "Delete a discovered host": "/api/v2/discovered_hosts/:id", > "Upload facts for a host, creating the host if required": "/api/v2/discovered_hosts/facts" > }, > "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" > }, > "audits": > { > "List all audits": "/api/audits", > "Show an audit": "/api/audits/: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", > "Delete an LDAP authentication source": "/api/auth_source_ldaps/:id" > }, > "autosign": > { > "List all autosign entries": "/api/smart_proxies/smart_proxy_id/autosign" > }, > "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" > }, > "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" > }, > "compute_attributes": > { > "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" > }, > "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" > }, > "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 folders for a compute resource": "/api/compute_resources/:id/available_folders", > "List available networks for a compute resource": "/api/compute_resources/:id/available_networks", > "List resource pools for a compute resource cluster": "/api/compute_resources/:id/available_clusters/:cluster_id/available_resource_pools", > "List storage_domains for a compute resource": "/api/compute_resources/:id/available_storage_domains", > "Associate VMs to Hosts": "/api/compute_resources/:id/associate" > }, > "config_groups": > { > "List of config groups": "/api/config_groups", > "Show a config group": "/api/config_groups/:id", > "Create a config group": "/api/config_groups", > "Update a config group": "/api/config_groups/:id", > "Delete a config group": "/api/config_groups/:id" > }, > "config_templates": > { > "List provisioning templates": "/api/config_templates", > "Show provisioning template details": "/api/config_templates/:id", > "Create a provisioning template": "/api/config_templates", > "Update a provisioning template": "/api/config_templates/:id", > "Delete a provisioning template": "/api/config_templates/:id", > "Update the default PXE menu on all configured TFTP servers": "/api/config_templates/build_pxe_default" > }, > "dashboard": > { > "Get dashboard details": "/api/dashboard" > }, > "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" > }, > "environments": > { > "Import puppet classes from puppet proxy": "/api/smart_proxies/:id/import_puppetclasses", > "List all environments": "/api/environments", > "Show an environment": "/api/environments/:id", > "Create an environment": "/api/environments", > "Update an environment": "/api/environments/:id", > "Delete an environment": "/api/environments/:id" > }, > "external_usergroups": > { > "List all external user groups for user group": "/api/usergroups/:usergroup_id/external_usergroups", > "Show an external user group for user group": "/api/usergroups/:usergroup_id/external_usergroups/:id", > "Create an external user group linked to a user group": "/api/usergroups/:usergroup_id/external_usergroups", > "Update external user group": "/api/usergroups/:usergroup_id/external_usergroups/:id", > "Refresh external user group": "/api/usergroups/:usergroup_id/external_usergroups/:id/refresh", > "Delete an external user group": "/api/usergroups/:usergroup_id/external_usergroups/:id" > }, > "fact_values": > { > "List all fact values": "/api/fact_values" > }, > "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" > }, > "home": > { > "Show available API links": "/api", > "Show status": "/api/status" > }, > "host_classes": > { > "List all Puppet class IDs for host": "/api/hosts/:host_id/puppetclass_ids", > "Add a Puppet class to host": "/api/hosts/:host_id/puppetclass_ids", > "Remove a Puppet class from host": "/api/hosts/:host_id/puppetclass_ids/:id" > }, > "hostgroup_classes": > { > "List all Puppet class IDs for host group": "/api/hostgroups/:hostgroup_id/puppetclass_ids", > "Add a Puppet class to host group": "/api/hostgroups/:hostgroup_id/puppetclass_ids", > "Remove a Puppet class from host group": "/api/hostgroups/:hostgroup_id/puppetclass_ids/:id" > }, > "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" > }, > "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" > }, > "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" > }, > "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" > }, > "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" > }, > "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" > }, > "operatingsystems": > { > "List all operating systems": "/api/operatingsystems", > "Show an OS": "/api/operatingsystems/:id", > "Create an OS": "/api/operatingsystems", > "Update an OS": "/api/operatingsystems/:id", > "Delete an OS": "/api/operatingsystems/:id", > "List boot files for an OS": "/api/operatingsystems/:id/bootfiles" > }, > "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" > }, > "override_values": > { > "List of override values for a specific smart variable": "/api/smart_variables/:smart_variable_id/override_values", > "Show an override value for a specific smart variable": "/api/smart_variables/:smart_variable_id/override_values/:id", > "Create an override value for a specific smart variable": "/api/smart_variables/:smart_variable_id/override_values", > "Update an override value for a specific smart variable": "/api/smart_variables/:smart_variable_id/override_values/:id", > "Delete an override value for a specific smart variable": "/api/smart_variables/:smart_variable_id/override_values/: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" > }, > "permissions": > { > "List all permissions": "/api/permissions", > "Show a permission": "/api/permissions/:id", > "List available resource types": "/api/permissions/resource_types" > }, > "plugins": > { > "List installed plugins": "/api/plugins" > }, > "ptables": > { > "List all partition tables": "/api/ptables", > "Show a partition table": "/api/ptables/:id", > "Create a partition table": "/api/ptables", > "Update a partition table": "/api/ptables/:id", > "Delete a partition table": "/api/ptables/:id" > }, > "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" > }, > "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" > }, > "reports": > { > "List all reports": "/api/reports", > "Show a report": "/api/reports/:id", > "Create a report": "/api/reports", > "Delete a report": "/api/reports/:id", > "Show the last report for a host": "/api/hosts/:host_id/reports/last" > }, > "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" > }, > "settings": > { > "List all settings": "/api/settings", > "Show a setting": "/api/settings/:id", > "Update a setting": "/api/settings/:id" > }, > "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" > }, > "smart_variables": > { > "List all smart variables": "/api/smart_variables", > "Show a smart variable": "/api/smart_variables/:id", > "Create a smart variable": "/api/smart_variables", > "Update a smart variable": "/api/smart_variables/:id", > "Delete a smart variable": "/api/smart_variables/:id" > }, > "statistics": > { > "Get statistics": "/api/statistics" > }, > "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" > }, > "tasks": > { > "List all tasks for a given orchestration event": "/api/orchestration/:id/tasks" > }, > "template_combinations": > { > "List template combination": "/api/config_templates/:config_template_id/template_combinations", > "Add a template combination": "/api/config_templates/:config_template_id/template_combinations", > "Show template combination": "/api/template_combinations/:id", > "Delete a template combination": "/api/template_combinations/:id" > }, > "template_kinds": > { > "List all template kinds": "/api/template_kinds" > }, > "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" > } > } > } > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1105773
: 945810