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 Versions API

Published package versions API.

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

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

This API exposes 28 operations across 26 paths, and defines 34 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.

28 operations 26 paths 34 schemas 2 DELETE20 GET2 PATCH4 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 Versions 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 28

Across 26 paths, the API surfaces 28 operations — 2 DELETE, 20 GET, 2 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Versions 28

Published package versions API.

GET
/api/v3/packages/{packageId}/versions
Get package versions list
getPackagesIdVersionsV3 9 params → 200301400401404500
PATCH
/api/v2/packages/{packageId}/versions/{version}
Update package version
patchPackagesIdVersionsIdV2 2 params body → 200301400401403404422500
DELETE
/api/v2/packages/{packageId}/versions/{version}
Delete package version
deletePackagesIdVersionsId 2 params → 204301401403404409500
GET
/api/v3/packages/{packageId}/versions/{version}
Get package version content
getPackagesIdVersionsIdV4 7 params → 200301400401404500
GET
/api/v4/packages/{packageId}/versions/{version}/{apiType}/changes
Get list of changed operations
getPackagesIdVersionsIdApiTypeChangesV4 19 params → 200301401404500
GET
/api/v2/packages/{packageId}/versions/{version}/sources
Export sources of package version
getPackagesIdVersionsIdSources 2 params → 200401404500
GET
/api/v2/packages/{packageId}/versions/{version}/config
Get package version config
getPackagesIdVersionsIdConfig 2 params → 200401404500
POST
/api/v3/packages/{packageId}/versions/{version}/{apiType}/build/groups/{groupName}/buildType/{buildType}deprecated
Async document transformation
postGenerateDocumentV3 9 params → 200201202301400401500
GET
/api/v2/packages/{packageId}/versions/{version}/files/{slug}/raw
Get file data (published)
getPackagesIdVersionsIdFilesSlugRaw 3 params → 200301401404500
GET
/api/v2/packages/{packageId}/versions/{version}/sourceData
Export sources of package version with build config
getPackageVersionSourcesWithBuildConfig 2 params → 200400401403404500
POST
/api/v2/sharedFiles
Share a published file
postSharedFiles body → 200400401500
GET
/api/v2/sharedFiles/{sharedFileId}
Get shared file data
getSharedFilesId 1 param → 200404410500
GET
/api/v2/packages/{packageId}/versions/{version}/deprecated/summary
Get deprecated operations summary
getPackageIdVersionDeprecatedSummaryV3 2 params → 200301401404500
GET
/api/v2/packages/{packageId}/versions/{version}/{apiType}/deprecated
Get list of deprecated operations
getPackagesIdVersionsIdApiTypeDeprecations 18 params → 200301401404500
POST
/api/v3/packages/{packageId}/versions/{version}/{apiType}/groups
Create manual operation group
PostPackageIdVersionApiTypeGroupsV3 3 params body → 201301400401403500
GET
/api/v2/packages/{packageId}/versions/{version}/{apiType}/groups/{groupName}
Get list of operations for operation group
getPackagesIdVersionsIdApiTypeGroupsGroupName 17 params → 200301400401404500
DELETE
/api/v2/packages/{packageId}/versions/{version}/{apiType}/groups/{groupName}
Delete operation group
getPackagesIdVersionsIdApiTypeGroups 4 params → 204301401403404500
PATCH
/api/v3/packages/{packageId}/versions/{version}/{apiType}/groups/{groupName}
Update parameters of operation group
patchPackageIdVersionApiTypeGroupName 4 params body → 204301400401403404500
GET
/api/v1/packages/{packageId}/versions/{version}/{apiType}/groups/{groupName}/template
Get export template of operation group
getPackageIdVersionApiTypeGroupNameTemplate 4 params → 200301400401404500
GET
/api/v2/packages/{packageId}/calculateGroups
Calculate groups by restGroupingPrefix
postPackagesIdCalculateGroups 2 params → 200301401404500
POST
/api/v2/packages/{packageId}/recalculateGroups
Recalculate package version groups
postPackagesIdRecalculateGroups 1 param → 200301401404500
GET
/api/v2/packages/{packageId}/versions/{version}/documents
Get version documents
getPackagesIdVersionsIdDocuments 8 params → 200301401404500
GET
/api/v1/packages/{packageId}/versions/{version}/version-internal-documents
Get version internal documents
getPackagesIdVersionsIdVersionInternalDocuments 2 params → 200301401404500
GET
/api/v3/packages/{packageId}/versions/{version}/{apiType}/groups/{groupName}/documents
Get documents of operations from operation group.
getPackagesIdVersionsIdTransformationDocumentsV3 6 params → 200301401404500
GET
/api/v3/packages/{packageId}/versions/{version}/references
Get version references
getPackagesIdVersionsIdReferencesv3 2 params → 200301401404500
GET
/api/v3/packages/{packageId}/versions/{version}/revisions
Get the version revisions list
getPackagesIdVersionsIdRevisionsV3 5 params → 200301400401404500
GET
/api/v2/packages/{packageId}/versions/{version}/changesdeprecated
Get version changes
getVersionChanges 2 params → 200401403404500
GET
/api/v2/packages/{packageId}/versions/{version}/problemsdeprecated
Get version problems
getVersionProblems 2 params → 200401403404500

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are PackageTransformationFile (12 properties), BuildConfig (12 properties), PackageVersionContent (11 properties), Operation (10 properties). Each schema is shown below with its type and property counts.

ApiKey
object
2 properties 2 required
VersionStatusEnum
string
Package version status
GqlOperationInfoFromDifferentVersions
Operation info from previous/current version.
PackageVersion
object
Base parameters of published version (without content)
9 properties 4 required
Operation
object
Operation object
10 properties 7 required
BuildConfig
object
Configuration of the source files. Content can not be empty, files or refs are required.
12 properties 2 required
RestOperationInfoFromDifferentVersions
Operation info from previous/current version.
SpecificationType
string
Type of the specification notation.
PackageVersionContent
object
Published package version content
11 properties 9 required
ApiType
string
Principal
User or API key
User
object
Represents an APIHUB user with identity and profile information returned by API endpoints.
4 properties 1 required
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…
ProtobufOperation
Protobuf operation object.
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
CreateOperationGroup
object
Version group.
5 properties 3 required
RestOperationMeta
object
Specific parameters for REST operation.
4 properties 2 required
AsyncAPIOperationInfoFromDifferentVersions
AsyncAPI 3.0 operation info from previous/current version.
PackageVersionRef
object
Package version reference
9 properties 5 required
DeprecatedItems
array
List of deprecated items in the operation.
VersionContractsSummary
object
Summary of contract entities published in a package version, keyed by contract type.
2 properties
ChangeSummary
object
Numbers of changes between the current and previous published version.
6 properties
GraphQLOperation
GraphQL operation object.
ProtobufOperationMeta
object
Specific parameters for Protobuf operation.
4 properties 2 required
AsyncAPIOperationMeta
object
Specific parameters for AsyncAPI 3.0 operation. An APIHUB Operation for AsyncAPI is the triple (channel, operation, message).
6 properties 5 required
PackageTransformationFile
object
Parameters of published file in package version
12 properties 6 required
DocumentFormat
string
Format of the specification document.
PackageVersionFile
object
Parameters of published file in package version
9 properties 6 required
GraphQLOperationMeta
object
Specific parameters for GraphQL operation.
4 properties 2 required
RestOperation
REST operation object.
PackageVersionRevision
object
Version revision parameters.
8 properties 5 required
InternalDocumentMetadata
object
2 properties 2 required
AsyncAPIOperation
AsyncAPI operation object.
OperationInfoFromDifferentVersionsV2
object
Operation info from previous/current version.
7 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netcracker-versions-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 Changes API
Netcracker Composite Controller API
Netcracker Config Controller V 1 API
Where this information came from

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