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

42Crunch Jobs API

Manage API conformance scan jobs on Kubernetes

42Crunch Jobs API is one of 6 APIs that 42Crunch publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 10 JSON Schema definitions.

Tagged areas include Jobs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 10 JSON Schemas.

This API exposes 4 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, http://localhost:8090/.

4 operations 2 paths 5 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Server
http://localhost:8090/
Resource Areas
1

Paths & Operations 4

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

Jobs 4

Manage API conformance scan jobs on Kubernetes

GET
/api/job
42Crunch List All Scan Jobs
listJobs → 200400
POST
/api/job
42Crunch Create Scan Job
createJob body → 200400
GET
/api/job/{name}
42Crunch Get Scan Job Status
getJob 1 param → 200400
DELETE
/api/job/{name}
42Crunch Delete Scan Job
deleteJob 1 param → 200400

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are JobSpec (6 properties), JobStatus (2 properties), Error (1 property), Jobs (1 property). Each schema is shown below with its type and property counts.

JobSpec
object
Specification for creating a new conformance scan job
6 properties 1 required
Jobs
object
Collection of all scan jobs
1 property
JobName
string
Unique name identifier for a scan job, prefixed with 'scand-'
JobStatus
object
Current status of a conformance scan job
2 properties 2 required
Error
object
Error response from the API
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

42crunch-jobs-api-openapi.yml Raw ↑

Other APIs 42Crunch publishes across the network.

42Crunch API Security Audit
42Crunch API Scan
42Crunch API Protection
42Crunch Health API
42Crunch Logs API