Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active November 30, 2021 20:17
Show Gist options
  • Save gowatana/5c5365d14f0f3a231bc64a82bb3e9fd0 to your computer and use it in GitHub Desktop.
Save gowatana/5c5365d14f0f3a231bc64a82bb3e9fd0 to your computer and use it in GitHub Desktop.
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
@gowatana
Copy link
Author

下記の投稿むけ。
NSX-T のカスタム ダッシュボードでひとこと。
https://vm.gowatana.jp/entry/2021/12/01/051546

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