Last active
November 30, 2021 20:17
-
-
Save gowatana/5c5365d14f0f3a231bc64a82bb3e9fd0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat << 'EOF' > nsx-t_dashboard_widget_advent_2021.json | |
{ | |
"resource_type": "LabelValueConfiguration", | |
"display_name": "Japan vExperts Advent Calendar 2021", | |
"datasources": [ | |
{ | |
"urls": [ | |
{ | |
"alias": "dummy", | |
"url": "api/v1/cluster" | |
} | |
], | |
"display_name": "default" | |
} | |
], | |
"properties": [ | |
{ | |
"field": "\"Christmas is coming soon!\"", | |
"type": "String", | |
"heading": false, | |
"render_configuration": [ | |
{ | |
"icons": [ | |
{ | |
"type": "ERROR" | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"field": "\"https://adventar.org/calendars/6689\"", | |
"type": "Url", | |
"heading": false, | |
"render_configuration": [ | |
{ | |
"icons": [ | |
{ | |
"type": "SUCCESS" | |
} | |
] | |
} | |
] | |
} | |
], | |
"footer": { | |
"actions": [] | |
} | |
} | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
NSX-T のカスタム ダッシュボードでひとこと。
https://vm.gowatana.jp/entry/2021/12/01/051546