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

Netcracker Changes API

Changes APIs.

Netcracker Changes API is one of 40 APIs that Netcracker publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Changes. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 13 operations across 13 paths, and defines 20 schemas. It is described by OpenAPI 3.2.0, at version 2026.1.

Requests are made against a single base URL, https://{apihub}.qubership.org.

13 operations 13 paths 20 schemas 12 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2026.1
Base URL
https://{apihub}.qubership.org
Authentication
HTTP Bearer, API Key, API Key, HTTP Basic, API Key, API Key
License
Resource Areas
1

Authentication & Security 6

Netcracker Changes API declares 6 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). An API key is passed in the cookie as apihub-access-token (CookieAuth). An API key is passed in the header as api-key (api-key). It accepts HTTP basic authentication (BasicAuth). An API key is passed in the header as X-Personal-Access-Token (PersonalAccessToken). An API key is passed in the cookie as apihub-refresh-token (RefreshTokenAuth). By default, every request must be authenticated.

  • BearerAuth — Bearer token authentication (JWT). Default security scheme for API usage. Provide Authorization: Bearer .
  • CookieAuth — Authentication via the apihub-access-token cookie.
  • api-key — API key authentication. Send the key in the api-key header.
  • BasicAuth — Login/password authentication.
  • PersonalAccessToken — Personal access token authentication. Send the token in the X-Personal-Access-Token header; use for user-issued/script access.
  • RefreshTokenAuth — Authentication via refresh token cookie

Paths & Operations 13

Across 13 paths, the API surfaces 13 operations — 12 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Changes 13

Changes APIs.

GET
/api/v2/packages/{packageId}/versions/{version}/changes/summary
Get changes summary
getPackageIdVersionChangesSummary 4 params → 200301401404500
GET
/api/v4/packages/{packageId}/versions/{version}/{apiType}/changes
Get list of changed operations
getPackagesIdVersionsIdApiTypeChangesV4 19 params → 200301401404500
GET
/api/v3/packages/{packageId}/versions/{version}/{apiType}/export/changes
Export API changes to xlsx file
getPackageIdVersionIdChangesExportV3 16 params → 200301400401404500
GET
/api/v2/packages/{packageId}/versions/{version}/changes/export
Export API changes to xlsx file
getPackageIdVersionIdChangesExport 5 params → 200301400401404500
POST
/api/v2/compare
Version changelog async calculation
postCompare 3 params body → 200201202400401500
GET
/api/v1/packages/{packageId}/versions/{version}/ddl/entities/{ddlEntityId}/changes
Get DDL entity changes
getPackageVersionDdlEntityChanges 7 params → 200301401404500
GET
/api/v1/packages/{packageId}/versions/{version}/ddl/changes
Get list of changed DDL entities
getPackageVersionDdlChanges 9 params → 200301401404500
GET
/api/v1/packages/{packageId}/versions/{version}/ddl/entities/{ddlEntityId}/changes/summary
Single DDL entity changes summary
getPackageVersionDdlEntityChangesSummary 6 params → 200301401404500
GET
/api/v1/packages/{packageId}/versions/{version}/ddl/export/changes
Export DDL changes to xlsx file
getPackageVersionDdlChangesExport 7 params → 200301400401404500
GET
/api/v2/packages/{packageId}/versions/{version}/{apiType}/operations/{operationId}/changes
Single operation change log
getPackagesIdVersionsApiTypeOperationsIdChanges 8 params → 200301401404500
GET
/api/v2/packages/{packageId}/versions/{version}/{apiType}/operations/{operationId}/changes/summary
Single operation changes summary
getPackagesIdVersionsApiTypeOperationsIdChangesSummary 7 params → 200301401404500
GET
/api/v1/packages/{packageId}/versions/{version}/comparison-internal-documents
Get version comparison internal documents
getPackagesIdVersionsIdComparisonInternalDocuments 5 params → 200301401404500
GET
/api/v2/packages/{packageId}/versions/{version}/changesdeprecated
Get version changes
getVersionChanges 2 params → 200401403404500

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are PackageVersionRef (9 properties), OperationInfoFromDifferentVersionsV2 (7 properties), ChangeSummary (6 properties), ErrorResponse (5 properties). Each schema is shown below with its type and property counts.

VersionStatusEnum
string
Package version status
GqlOperationInfoFromDifferentVersions
Operation info from previous/current version.
DdlEntityChange
object
One side (current or previous) of a DDL entity in a changelog change entry.
ChangeReplace
object
Data of single operation change when change action = replace
4 properties
RestOperationInfoFromDifferentVersions
Operation info from previous/current version.
VersionComparisonContractsSummary
object
Contract comparison summary, keyed by contract type. MCP is omitted in v1 because MCP discovery entities are not diffed.
1 property
ApiType
string
PackagesMap
object
A map of referenced package versions to the package version objects. The key is packageId@version@revision — three @-separated segments (note: the version fiel…
ErrorResponse
object
Standard error response returned for failed requests. Includes HTTP status, internal error code, human-readable message, optional message parameters, and optio…
5 properties 3 required
SingleOperationChange
AsyncAPIOperationInfoFromDifferentVersions
AsyncAPI 3.0 operation info from previous/current version.
PackageVersionRef
object
Package version reference
9 properties 5 required
DdlEntity
object
Identified DDL entity — its stable id and descriptor (kind/name/schemaName/description). The core shared by the build result and the API; each context adds its…
5 properties 5 required
ChangeRename
object
Data of single operation change when change action = rename.
4 properties
ChangeSummary
object
Numbers of changes between the current and previous published version.
6 properties
ChangeAdd
object
Data of single operation change when change action = add
2 properties
ChangeSeverity
string
Severity of the particular change.
InternalDocumentMetadata
object
2 properties 2 required
ChangeRemove
object
Data of single operation change when change action = remove.
2 properties
OperationInfoFromDifferentVersionsV2
object
Operation info from previous/current version.
7 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netcracker-changes-api-openapi.yml Raw ↑

Other APIs Netcracker publishes across the network.

Netcracker Admin API
Netcracker Aggregated Database Administration No Namespace Controller V 3 API
Netcracker AI Chat API
Netcracker API version controller API
Netcracker Auth API
Netcracker Backup & Restore API
Netcracker Backups administration API
Netcracker Balancing Rules Administration V3 API
Netcracker Blue Green Controller V 1 API
Netcracker Composite Controller API
Netcracker Config Controller V 1 API
Netcracker Contracts API
Where this information came from

This is an independent, third-party profile of Netcracker Changes 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.