Skip to content
New issue

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

request body of orders should be shown as a proper JSON data #2419

Open
swaroopar opened this issue Feb 17, 2025 · 1 comment
Open

request body of orders should be shown as a proper JSON data #2419

swaroopar opened this issue Feb 17, 2025 · 1 comment
Assignees
Labels
Accepted Issues that have been accepted and planned bug Something isn't working UI Issues related to Xpanse UI

Comments

@swaroopar
Copy link
Contributor

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

Image

@swaroopar swaroopar added Accepted Issues that have been accepted and planned bug Something isn't working UI Issues related to Xpanse UI labels Feb 17, 2025
@swaroopar swaroopar added this to the Sprint 022025_1 milestone Feb 17, 2025
@Alice1319
Copy link
Contributor

I‘ll fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Issues that have been accepted and planned bug Something isn't working UI Issues related to Xpanse UI
Projects
Status: Planned
Development

No branches or pull requests

2 participants