We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For orders, the request body is returned as a JSON object
{ "orderId": "f49c442a-0646-4c9e-8f8b-4b028525191e", "serviceId": "f9a65dbc-04ee-461e-b460-626cb835c2ef", "taskType": "configChange", "taskStatus": "successful", "originalServiceId": null, "parentOrderId": null, "workflowId": null, "errorResponse": null, "userId": "306935353040699395", "startedTime": "2025-02-17 14:56:53 Z", "completedTime": "2025-02-17 14:57:51 Z", "requestBody": { "configuration": { "kafka_cfg_log_dirs": "/var/lib/kafka/logs", "zookeeper_snap_count": 100000, "kafka_cfg_num_io_threads": 8, "kafka_cfg_message_max_bytes": 1048576, "kafka_log_flush_interval_messages": 10000, "zookeeper_global_outstanding_limit": 1000, "kafka_offsets_topic_replication_factor": 3 } }, "resultProperties": null }
But this is displayed wrongly like this
The text was updated successfully, but these errors were encountered:
I‘ll fix this.
Sorry, something went wrong.
Alice1319
No branches or pull requests
For orders, the request body is returned as a JSON object
But this is displayed wrongly like this
The text was updated successfully, but these errors were encountered: