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

NEW Moxa status query #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

NEW Moxa status query #51

wants to merge 1 commit into from

Conversation

tinogis
Copy link
Member

@tinogis tinogis commented Mar 16, 2023

Query MOXA status to reemote:


{ 'is_alive': True,
  'mac': 00:90:E8:8C:2D:94
  'nports': 4,
  'ports': {
     '1': {
         'port': 950,
         'state': 'busy | idle'
         'modem': 'na | ATI result'
     }
  }


  • ping equipment
  • port(s) status (by snmp)
  • modem info

resources = [
(CallEnqueue, '/call/'),
(CallStatus, '/call/<string:job_id>'),
(UserToken, '/get_token'),
(UserTokenValid, '/is_token_valid'),
(UserPassword, '/user/password'),
(ApiCatchall, '/<path:path>/')
(ApiCatchall, '/<path:path>/'),
(MoxaStatus, '/moxa/<string:address>'),
Copy link
Member

Choose a reason for hiding this comment

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

Aquest ha d'anar abans del catchall sinó no serà accessible pq el catchall fa match abans

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

Successfully merging this pull request may close these issues.

2 participants