Params

Param Name Description
content_view_version_environments
Optional

Validations:

  • Must be an Array of nested elements

content_view_version_environments[content_view_version_id]
Optional

Content View Version Ids to perform an incremental update on. May contain composites as well as one or more components to update.

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

content_view_version_environments[environment_ids]
Optional

The list of environments to promote the specified Content View Version to (replacing the older version).

Validations:

  • Must be an array of any type

description
Optional

The description for the new generated Content View Versions

Validations:

  • String

resolve_dependencies
Optional

If true, when adding the specified errata or packages, any needed dependencies will be copied as well.

Validations:

  • boolean

propagate_all_composites
Optional

If true, will publish a new composite version using any specified content_view_version_id that has been promoted to a lifecycle environment.

Validations:

  • boolean

add_content
Optional

Validations:

  • Hash

add_content[errata_ids]
Optional

Errata ids or uuids to copy into the new versions.

Validations:

  • Must be an array of any type

add_content[package_ids]
Optional

Package ids or uuids to copy into the new versions.

Validations:

  • Must be an array of any type

add_content[puppet_module_ids]
Optional

Puppet Module ids or uuids to copy into the new versions.

Validations:

  • Must be an array of any type

update_hosts
Optional

After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently.

Validations:

  • Hash

update_hosts[included]
Required

Validations:

  • Hash

update_hosts[included][search]
Optional , <span class="translation_missing" title="translation missing: ca.apipie.nil_allowed">Nil Allowed</span>

Search string for host to perform an action on

Validations:

  • String

update_hosts[included][ids]
Optional , <span class="translation_missing" title="translation missing: ca.apipie.nil_allowed">Nil Allowed</span>

List of host ids to perform an action on

Validations:

  • Must be an array of any type

update_hosts[excluded]
Optional , <span class="translation_missing" title="translation missing: ca.apipie.nil_allowed">Nil Allowed</span>

Validations:

  • Hash

update_hosts[excluded][ids]
Optional , <span class="translation_missing" title="translation missing: ca.apipie.nil_allowed">Nil Allowed</span>

List of host ids to exclude and not run an action on

Validations:

  • Must be an array of any type