Session Management

On This Page

  • URL

    Copy
    Copied!
                

    POST /cyber-ai/login

  • Request Data

    Copy
    Copied!
                

    login=<username>&password=<password>

  • Response – if successful, a session is created and a cookie with the session data is returned to the client

  • Response codes:

    Status

    Description

    302

    Found (login success)

    401

    Unauthorized (login failure)

  • URL

    Copy
    Copied!
                

    POST /cyber-ai/logout

  • Request Data

    Copy
    Copied!
                

    None

  • Response codes:

    Status

    Description

    200

    Success

    401

    Unauthorized

© Copyright 2023, NVIDIA. Last updated on Sep 5, 2023.