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

Allow response data to be used as tag values #3873

Closed
1 task done
george-dadeboe opened this issue Oct 11, 2023 · 3 comments
Closed
1 task done

Allow response data to be used as tag values #3873

george-dadeboe opened this issue Oct 11, 2023 · 3 comments
Labels
feature-request Request for new features to be added

Comments

@george-dadeboe
Copy link

⚠️ Please verify that this feature request has NOT been suggested before.

  • I checked and didn't find similar feature request

🏷️ Feature Request Type

UI Feature

🔖 Feature description

I was hoping, if there was a way, to allow the repose of a request to be parsed and then turned in tags or even tag values. For instance, I have a simple Python application that returns the status of all/one of my access points using the router's API (Synology SRM API if you were wondering). A sample response looks like this

{
  "node": {
    "name": "Office AP",
    "is_re": true,
    "model": "MR2200ac",
    "uptime": "18h 13m 41s",
    "uplink": {
      "is_ethernet_connected": true,
      "wireless_uplinks": []
    },
    "wifi_radios": [
      {
        "band": "2.4G",
        "current_channel": 7,
        "current_frame_rate_rx": 0,
        "current_frame_rate_tx": 20,
        "current_rate_rx": 0,
        "current_rate_tx": 4909
      },
      {
        "band": "5G-1",
        "current_channel": 132,
        "current_frame_rate_rx": 34,
        "current_frame_rate_tx": 245,
        "current_rate_rx": 6019,
        "current_rate_tx": 299481
      },
      {
        "band": "5G-2",
        "current_channel": 36,
        "current_frame_rate_rx": 7,
        "current_frame_rate_tx": 30,
        "current_rate_rx": 542,
        "current_rate_tx": 5756
      }
    ],
    "network_status": "online",
    "node_status": "good",
    "node_status_msg": "good"
  }
}

✔️ Solution

I would like below on my dashboard
image
where the values of the fields are being populated from the response data.

❓ Alternatives

No response

📝 Additional Context

No response

@george-dadeboe george-dadeboe added the feature-request Request for new features to be added label Oct 11, 2023
@george-dadeboe
Copy link
Author

If there's a way to achieve this via Push monitor type I would be really appreciative if you could me in the right direction 😄

@CommanderStorm
Copy link
Collaborator

@george-dadeboe
I think this is a duplicate of #686
If you agree, could you please close this Issue, as duplicates only create immortal zombies and are really hard to issue-manage?
If not, what makes this issue unique enough to require an additional issue? (Could this be integrated into the issue linked above?) ^^

@george-dadeboe
Copy link
Author

@CommanderStorm I believe you are right. will close this issue.

@george-dadeboe george-dadeboe closed this as not planned Won't fix, can't repro, duplicate, stale Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features to be added
Projects
None yet
Development

No branches or pull requests

2 participants