Skip to content

Query for cursor pagination support for V R12. #2

@dixit-armis

Description

@dixit-armis

Request: Add Cursor Pagination Support for NetBrain APIs

Current Implementation

The NetBrain integration currently uses offset pagination via the beginIndex parameter across multiple API endpoints.

Issue Description

While researching cursor-based pagination (using afterId), we discovered:

  • No official documentation exists for afterId or cursor pagination support in NetBrain's API docs
  • However, API error responses explicitly suggest using AfterID for pagination, indicating the feature may be available
  • The current data response/extract does not include entity IDs, which are required to implement cursor-based pagination

APIs Affected

Querying this issue for the following NetBrain API endpoints::

  1. /CMDB/Topology/OneIPTable
  2. /CMDB/Devices
  3. /CMDB/Interfaces/Attributes
  4. /CMDB/Topology/Devices/Neighbors

Request

Is there any support around:

  1. Whether cursor pagination using afterId/AfterID is officially supported?
  2. How to retrieve entity IDs in API responses to enable cursor-based pagination?
  3. Best practices for implementing cursor pagination across these endpoints?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions