Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nexus Repository Manager Tasks API

The Tasks API from Nexus Repository Manager — 1 operation(s) for tasks.

Nexus Repository Manager Tasks API is one of 9 APIs that Nexus Repository Manager publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Tasks. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 1 operation across 1 path. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, {nexus_url}/service/rest.

1 operations 1 paths 0 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://your-nexus-instance.example.com/service/rest
Authentication
HTTP Basic, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Nexus Repository Manager Tasks API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It accepts HTTP bearer tokens (userToken). By default, every request must be authenticated.

  • basicAuth — HTTP Basic authentication with a Nexus user account.
  • userToken — Nexus user token authentication. Tokens can be generated per user when User Tokens are enabled on the instance.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

Tasks 1
GET
/v1/tasks
List scheduled tasks
listTasks → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nexus-tasks-api-openapi.yml Raw ↑

Other APIs Nexus Repository Manager publishes across the network.

Nexus Repository Manager REST API
Nexus Repository Manager Assets API
Nexus Repository Manager BlobStores API
Nexus Repository Manager Components API
Nexus Repository Manager Repositories API
Nexus Repository Manager Search API
Nexus Repository Manager Security API
Nexus Repository Manager Status API