Red Hat Satellite · Capability

Red Hat Satellite Systems Lifecycle Management

Unified workflow for managing the complete lifecycle of physical, virtual, and cloud hosts including provisioning, content management, patching, and subscription management. Used by system administrators and platform engineers.

Run with Naftiko Red Hat SatelliteSystems ManagementLifecycle ManagementHost ManagementContent Management

What You Can Do

GET
List hosts — List all managed hosts.
/v1/hosts
POST
Create host — Register a new host.
/v1/hosts
GET
Show host — Get host details.
/v1/hosts/{id}
PUT
Update host — Update host attributes.
/v1/hosts/{id}
DELETE
Delete host — Delete a host.
/v1/hosts/{id}
GET
List content views — List all content views.
/v1/content-views
POST
Create content view — Create a new content view.
/v1/content-views
GET
Show content view — Get content view details.
/v1/content-views/{id}
PUT
Update content view — Update a content view.
/v1/content-views/{id}
DELETE
Delete content view — Delete a content view.
/v1/content-views/{id}
GET
List lifecycle environments — List lifecycle environments.
/v1/lifecycle-environments
POST
Create lifecycle environment — Create a lifecycle environment.
/v1/lifecycle-environments
GET
List subscriptions — List subscriptions.
/v1/subscriptions
GET
List organizations — List organizations.
/v1/organizations

MCP Tools

list-hosts

List all hosts registered with Satellite.

read-only
show-host

Get details for a specific host.

read-only idempotent
create-host

Register a new host with Satellite.

update-host

Update host attributes.

idempotent
delete-host

Delete a host from Satellite.

idempotent
host-power-action

Execute a power action on a host (start, stop, reboot).

list-content-views

List content views in an organization.

read-only
create-content-view

Create a new content view.

show-content-view

Get details for a content view.

read-only idempotent
update-content-view

Update a content view.

idempotent
delete-content-view

Delete a content view.

idempotent
publish-content-view

Publish a new version of a content view.

promote-content-view-version

Promote a content view version to a lifecycle environment.

list-subscriptions

List subscriptions for an organization.

read-only
list-lifecycle-environments

List lifecycle environments for an organization.

read-only
create-lifecycle-environment

Create a new lifecycle environment.

list-organizations

List all organizations.

read-only
show-organization

Show details for a specific organization.

read-only idempotent

APIs Used

satellite-api