Skip to main content

Get Active and Closed Sessions (v2.0)

GET 

/sdwan/v2.0/api/toolkitsessions

List all the active and closed session details.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    deleted_count int64

    The deleted number.

    deleted_ids string[]

    The deleted IDs.

    description

    Description of the query. Max size = 256.

    id string

    The ID.

    next_query object

    Details of the next query.

    total_count int64

    Total number.

    items PassageQueryFilter[]
  • Array [
  • element_id stringrequired

    The element ID.

    id string

    Id

    inactive boolean

    Indicate if passage is inactive. True or False.

    session_id stringrequired

    The session ID.

    state string

    Possible values: [ACTIVE, REMOVED, REMOVE_IN_PROGRESS]

    The passage state.

  • ]
Loading...