Skip to content

Get an OCM publish channel

GET
/api/admin/migration/ocm/{config_id}/channel/{channel_id}
curl --request GET \
--url https://example.com/api/admin/migration/ocm/example/channel/example \
--header 'Authorization: Bearer <token>'

Retrieves a single publish channel from the OCM source instance

config_id
required

Repository configuration ID

string
channel_id
required

Publish channel ID

string

OCM channel retrieved successfully

Media typeapplication/json

A single OCM publish channel from the source instance

object
id

Publish channel ID

string
name

Publish channel name

string
Examplegenerated
{
"id": "example",
"name": "example"
}