Red Hat Training

A Red Hat training course is available for Red Hat Satellite

23.33. updateName

Name
updateName
Description
Updates the name of an organization
Parameters
  • string sessionKey
  • int orgId
  • string name - Organization name. Must meet same criteria as in the web UI.
Return Value
  • struct - organization info
    • int id
    • string name
    • int active_users - Number of active users in the organization.
    • int systems - Number of systems in the organization.
    • int trusts - Number of trusted organizations.
    • int system_groups - Number of system groups in the organization. (optional)
    • int activation_keys - Number of activation keys in the organization. (optional)
    • int kickstart_profiles - Number of kickstart profiles in the organization. (optional)
    • int configuration_channels - Number of configuration channels in the organization. (optional)
    • boolean staging_content_enabled - Is staging content enabled in organization. (optional)