MTCAP-868-041A REST API: How to set system datetime?

Home Forums Conduit: AEP Model MTCAP-868-041A REST API: How to set system datetime?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33020
    Dennis
    Participant

    Hi all,

    I am trying to set the clock of a MTCAP-868-041A through the REST API.
    Setting /api/system/time via PUT does not work and results in error 400. date or datetime cannot be set either.

    How can I set the date and time? Is it possible to set the timezone, too?

    Best Regards,
    Dennis

    #33037
    Mike McNeil
    Moderator

    Hello Dennis,

    What version of mPower are you using?
    Anything with 5.0.x and newer requires the ?token=xxx for security purposes.
    Example: …/system/date?data={“date”:”08/24/2022″}&method=PUT?token=xx
    If that doesn’t help please provide your API calls.
    The time zone is found under sntp/timeZone.

    Regards,
    Mike

    #33160
    Dennis
    Participant

    Oh were is my just submitted post?!
    I forgot to mention, that I have fw version 5.3.3 installed.

    #33161
    Dennis
    Participant

    I got it working by setting the whole datetime.
    Thanks a lot!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.