How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Graphiant Diagnostic API

The Diagnostic API from Graphiant — 21 operation(s) for diagnostic.

Graphiant Diagnostic API is one of 66 APIs that Graphiant publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Diagnostic. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 21 operations across 21 paths, and defines 45 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://api.graphiant.com.

21 operations 21 paths 45 schemas 1 DELETE6 GET7 POST7 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.graphiant.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Graphiant Diagnostic API declares 1 security scheme for authenticating requests. An API key is passed in the header as authorization (jwtAuth). By default, every request must be authenticated.

  • jwtAuth — Use Bearer

Paths & Operations 21

Across 21 paths, the API surfaces 21 operations — 1 DELETE, 6 GET, 7 POST, 7 PUT. Each is listed below with its method, path, parameters, and response codes.

Diagnostic 21
PUT
/v1/diagnostic/clear-arp/{deviceId}
Clear arp entries
2 params body → 204
POST
/v1/diagnostic/archive-create/{deviceId}
Create a device debug archive
2 params body → 201
DELETE
/v1/diagnostic/archive-delete/{archiveId}
Delete a device debug archive
2 params → 204
PUT
/v1/diagnostic/archive-edit/{archiveId}
Edit metadata for a previously generated device debug archive
2 params body → 204
GET
/v1/diagnostic/gnmi-ping
perform GNMI ping test
2 params → 200
GET
/v1/diagnostic/archives/{deviceId}
Get a list of device debug archive collections
2 params → 200
GET
/v1/diagnostic/otp/{deviceId}
Get a one-time passcode to access a device
2 params → 200
GET
/v1/diagnostic/packetcapture/{pcapId}
get a packet capture
2 params → 200
GET
/v1/diagnostic/speedtest-providers
Get list of supported speedtest service providers
1 param → 200
GET
/v1/diagnostic/speedtest-servers
Get list of servers for a provider
4 params → 200
POST
/v1/diagnostic/packetcapture-start
Start packet capture
1 param body → 201
POST
/v1/diagnostic/packetcapture-stop
Stop packet capture
1 param body → 204
PUT
/v1/diagnostic/reboot/{deviceId}
Trigger a device reboot
2 params body → 204
PUT
/v1/diagnostic/bgp-reset/{deviceId}
Reset a BGP neighbor
2 params body → 204
PUT
/v1/diagnostic/reset-ipsec-session/{deviceId}
Reset IPSec sessions
2 params body → 204
PUT
/v1/diagnostic/interface-reset/{deviceId}
Reset an interface
2 params body → 204
PUT
/v1/diagnostic/speedtest-report
Generate a speedtest history report
1 param body → 200
POST
/v1/diagnostic/ping
Trigger a diagnostic test
1 param body → 200
POST
/v1/diagnostic/traceroute
Trigger a diagnostic test
1 param body → 200
POST
/v1/diagnostic/speedtest
Trigger Speedtest utility
1 param body → 200
POST
/v1/diagnostic/ping-stop/{token}
Stop ping session
2 params body → 204

Schemas 45

The contract defines 45 schemas that model the data the API accepts and returns. The most detailed are diagnosticToolsArchive (9 properties), diagnosticToolsDiagnosticParams (9 properties), diagnosticToolsSpeedtestResult (9 properties), diagnosticToolsTracerouteResult (7 properties). Each schema is shown below with its type and property counts.

diagnosticToolsSpeedtestResult
object
9 properties
v1DiagnosticOtpDeviceIdGetResponse
object
1 property
v1DiagnosticSpeedtestPostRequest
object
2 properties 1 required
v1DiagnosticPacketcaptureStopPostRequest
object
1 property
diagnosticToolsDiagnosticParams
object
9 properties 4 required
diagnosticToolsDiagnosticResult
object
3 properties
diagnosticToolsRouteLookupResult
object
3 properties
v1DiagnosticBgpResetDeviceIdPutRequest
object
4 properties
v1DiagnosticInterfaceResetDeviceIdPutRequest
object
1 property
v1DiagnosticResetIpsecSessionDeviceIdPutRequest
object
4 properties
diagnosticToolsPingResult
object
6 properties
diagnosticToolsHopInfo
object
4 properties
v1DiagnosticPingStopTokenPostRequest
object
v1DiagnosticSpeedtestPostResponse
object
2 properties
v1DiagnosticSpeedtestServersGetResponse
object
1 property
googleProtobufTimestamp
object
2 properties
v1DiagnosticGnmiPingGetResponse
object
1 property
v1DiagnosticTraceroutePostRequest
object
4 properties 2 required
v1DiagnosticSpeedtestProvidersGetResponse
object
1 property
v1DiagnosticArchivesDeviceIdGetResponse
object
1 property
v1DiagnosticArchiveEditArchiveIdPutRequest
object
1 property
v1DiagnosticArchiveCreateDeviceIdPostResponse
object
1 property
diagnosticToolsTargetType
object
2 properties
v1DiagnosticPacketcapturePcapIdGetResponse
object
5 properties
diagnosticToolsHopStats
object
6 properties
diagnosticToolsArpEntry
object
3 properties
diagnosticToolsSpeedtestServer
object
6 properties
v1DiagnosticSpeedtestReportPutResponse
object
2 properties
diagnosticToolsTracerouteResult
object
7 properties
diagnosticToolsArpEntryAddress
object
1 property
v1DiagnosticPacketcaptureStartPostResponse
object
1 property
v1DiagnosticRebootDeviceIdPutRequest
object
1 property 1 required
v1DiagnosticGnmiPingGetResponseResult
object
4 properties
v1DiagnosticPacketcaptureStartPostRequest
object
5 properties 3 required
diagnosticToolsArchive
object
9 properties
v1DiagnosticPingPostResponse
object
2 properties
v1DiagnosticPingPostRequest
object
4 properties 2 required
diagnosticToolsPrefixPort
object
2 properties
v1DiagnosticClearArpDeviceIdPutRequest
object
1 property
googleProtobufDuration
object
2 properties
v1DiagnosticArchiveCreateDeviceIdPostRequest
object
1 property
v1DiagnosticSpeedtestReportPutRequest
object
2 properties 2 required
v1DiagnosticTraceroutePostResponse
object
2 properties
diagnosticToolsSpeedtestParams
object
4 properties 2 required
diagnosticToolsPCapFilter
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

graphiant-diagnostic-api-openapi.yml Raw ↑

Other APIs Graphiant publishes across the network.

Graphiant Account API
Graphiant Ack API
Graphiant Activity API
Graphiant Aggregated Notification API
Graphiant Allowlist API
Graphiant Allowlist By Enterprise API
Graphiant Apps API
Graphiant Assistant API
Graphiant Assurance API
Graphiant Audit API
Graphiant Auth API
Graphiant Backbone Health API
Where this information came from

This is an independent, third-party profile of Graphiant Diagnostic API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.