Import and export messaging service metadata as CSV
GET /v1/services/messagingServices/name/{fqn}/export
sample_kafka).GET /v1/services/messagingServices/name/{fqn}/exportAsync
Returns a job ID for large exports that can be polled for completion.
PUT /v1/services/messagingServices/name/{fqn}/import
true, validates the CSV without applying changes. Set to false to apply.PUT /v1/services/messagingServices/name/{fqn}/importAsync
For large imports, use the async variant which returns a job ID.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission for import/export |
404 | NOT_FOUND | Messaging service with given FQN does not exist |
400 | BAD_REQUEST | Invalid CSV format or content |