Skip to content

✨ Support icc operation command IF-16226#128

Open
KashiwabaraY wants to merge 1 commit intodev/inter_tenant_connectionfrom
KashiwabaraY_IF-16226_inter_tenant_connection_operation_display_support
Open

✨ Support icc operation command IF-16226#128
KashiwabaraY wants to merge 1 commit intodev/inter_tenant_connectionfrom
KashiwabaraY_IF-16226_inter_tenant_connection_operation_display_support

Conversation

@KashiwabaraY
Copy link
Contributor

Overview

  • Support icc operation command

Detail

  • eclcli/provider_connectivity/v1/operation.py
    • Newly added file
  • setup.cfg
    • Update version to 4.7.0
    • Add icc_operation_list and icc_operation_show to ecl.provider_connectivity.v1

Comment on lines +85 to +88
if data.request_body:
req_body = data.request_body
req_body_dict = json.loads(req_body) if type(req_body) is str else req_body
setattr(data, 'request_body', json.dumps(req_body_dict, indent=2))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

画面と比較いただけるとわかるのですが、
Request Bodyだけではなく Errorも JSON形式です。
ですから、ここの処理は Errorについても必要ではないかと思われます。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants