Catchpoint Systems NodeUtilization API
The NodeUtilization API from Catchpoint Systems — 6 operation(s) for nodeutilization.
The NodeUtilization API from Catchpoint Systems — 6 operation(s) for nodeutilization.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/catchpoint-systems-nodeutilization-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
openapi: 3.2.0
info:
title: Catchpoint REST API v2.0 Account Node Utilization API
version: '2.0'
servers:
- url: /api
tags:
- name: NodeUtilization
paths:
/v2/nodes/testrun/{nodeId}:
get:
tags:
- NodeUtilization
summary: Returns the list of all tests that ran on a node based on Node ID.
description: "*[Analytics Endpoint]*\n \nWorks only on Enterprise Nodes.\n \nThe maximum time range allowed is 1 hour. When no time range is provided, last 1 hour test runs are returned."
parameters:
- name: nodeId
in: path
description: Node ID
required: true
schema:
type: integer
format: int32
- name: startTimeUtc
in: query
description: Start time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
- name: endTimeUtc
in: query
description: End time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunResponse'
text/plain:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunResponse'
text/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunResponse'
security:
- bearer: []
order: 1
/v2/nodes/runrate/{nodeId}:
get:
tags:
- NodeUtilization
summary: Returns the node run rate and slippage information based on Node ID.
description: "Works only on Enterprise Nodes.\n \nThe maximum time range allowed is 7 days over the period of last 365 days. If no time range is provided, last 1 hour of data is returned."
parameters:
- name: nodeId
in: path
description: Node ID
required: true
schema:
type: integer
format: int32
- name: startTimeUtc
in: query
description: Start time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
- name: endTimeUtc
in: query
description: End time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeRunRateResponse'
text/plain:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeRunRateResponse'
text/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeRunRateResponse'
security:
- bearer: []
order: 2
/v2/nodes/capacityutilization/{nodeId}:
get:
tags:
- NodeUtilization
summary: Returns the node capacity utilization percentage based on Node ID.
description: "Works only on Enterprise Nodes.\n \nThe maximum time range allowed is 7 days over the period of last 365 days. If no time range is provided, last 24-hour data is returned."
parameters:
- name: nodeId
in: path
description: Node ID
required: true
schema:
type: integer
format: int32
- name: startTimeUtc
in: query
description: Start time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
- name: endTimeUtc
in: query
description: End time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodePerformanceResponse'
text/plain:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodePerformanceResponse'
text/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodePerformanceResponse'
security:
- bearer: []
order: 3
/v2/nodes/errors/{nodeId}:
get:
tags:
- NodeUtilization
summary: Returns the error count details based on Node ID.
description: "Works only on Enterprise Nodes.\n \nThe maximum time range allowed is 7 days over the period of last 365 days. If no time range is provided, last 24-hour data is returned."
parameters:
- name: nodeId
in: path
description: Node ID
required: true
schema:
type: integer
format: int32
- name: startTimeUtc
in: query
description: Start time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
- name: endTimeUtc
in: query
description: End time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestFailureResponse'
text/plain:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestFailureResponse'
text/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestFailureResponse'
security:
- bearer: []
order: 4
/v2/nodes/testruncount/{nodeId}:
get:
tags:
- NodeUtilization
summary: Returns the number of tests based on Node ID.
description: "Works only on Enterprise Nodes.\n \nThe maximum time range allowed is 7 days over the period of last 365 days. If no time range is provided, last 24-hour data is returned."
parameters:
- name: nodeId
in: path
description: Node ID
required: true
schema:
type: integer
format: int32
- name: startTimeUtc
in: query
description: Start time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
- name: endTimeUtc
in: query
description: End time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunDataPointResponse'
text/plain:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunDataPointResponse'
text/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunDataPointResponse'
security:
- bearer: []
order: 5
/v2/nodes/testtime/{nodeId}:
get:
tags:
- NodeUtilization
summary: Returns the average test time taken based on Node ID.
description: "Works only on Enterprise Nodes.\n \nThe maximum time range allowed is 7 days over the period of last 365 days. If no time range is provided, last 24-hour data is returned."
parameters:
- name: nodeId
in: path
description: Node ID
required: true
schema:
type: integer
format: int32
- name: startTimeUtc
in: query
description: Start time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
- name: endTimeUtc
in: query
description: End time in UTC (YYYY-MM-DDThh:mm:ss)
schema:
type: string
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodePerformanceResponse'
text/plain:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodePerformanceResponse'
text/json:
schema:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodePerformanceResponse'
security:
- bearer: []
order: 6
components:
schemas:
Catchpoint.Symphony.REST.Common.Response.v2_0.Node.DataPointApiModel:
type: object
properties:
reportTime:
type: string
format: date-time
value:
type: number
format: double
additionalProperties: false
Catchpoint.Symphony.REST.Api.ConsumerStatistics:
type: object
properties:
consumerId:
type: integer
format: int32
requestCount:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Api.Limit'
maxPerDay:
type:
- integer
- 'null'
format: int32
additionalProperties: false
Catchpoint.Symphony.Enums.MonitorSetType:
enum:
- id: 1
name: Browser
- id: 2
name: Emulated
- id: 3
name: Http
- id: 4
name: Network
- id: 5
name: FtpOrSsh
- id: 6
name: SingleObject
- id: 7
name: TraceRouteDns
- id: 8
name: IE
- id: 9
name: UnKnown
type: integer
format: int32
Catchpoint.Symphony.REST.Common.Response.v2_0.Node.NodeTestRun:
type: object
properties:
testId:
type:
- integer
- 'null'
format: int64
testName:
type:
- string
- 'null'
divisionName:
type:
- string
- 'null'
runs:
type: integer
format: int32
usagePercentage:
type: number
format: double
downTimePercentage:
type: integer
format: int32
monitorGroup:
$ref: '#/components/schemas/Catchpoint.Symphony.Enums.MonitorSetType'
additionalProperties: false
Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunResponse:
type: object
properties:
data:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunResponse'
messages:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Models.InfoMessage'
errors:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.MessageModel'
completed:
type: boolean
readOnly: true
traceId:
type:
- string
- 'null'
usageLimits:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Api.ApiUsageStatistics'
additionalProperties: false
Catchpoint.Symphony.REST.Common.Response.v2_0.Node.NodeResponseModel:
type: object
properties:
instances:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.InstanceResponseModel'
isPaused:
type: boolean
country:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Int16'
state:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Int32'
continent:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Byte'
latitude:
type:
- string
- 'null'
longitude:
type:
- string
- 'null'
runRate:
type:
- number
- 'null'
format: double
instanceCount:
type: integer
format: int32
activeInstanceCount:
type: integer
format: int32
capacity:
type: integer
format: int32
id:
type: integer
format: int32
name:
type:
- string
- 'null'
status:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Byte'
networkType:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Byte'
osType:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Byte'
size:
type: integer
format: int32
isIPv6:
type: boolean
nodeToNodeAddress:
type:
- string
- 'null'
internetServiceProvider:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Int32'
city:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Int32'
package:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Int32'
utilizedInstances:
type:
- integer
- 'null'
format: int32
additionalProperties: false
Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Int16:
type: object
properties:
id:
type: integer
format: int32
name:
type:
- string
- 'null'
additionalProperties: false
Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunDataPointResponse:
type: object
properties:
node:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.NodeResponseModel'
allTestRuns:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.MonitorDataPointApiModel'
uniqueTestRuns:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.MonitorDataPointApiModel'
hasMore:
type:
- boolean
- 'null'
next:
type:
- string
- 'null'
previous:
type:
- string
- 'null'
additionalProperties: false
Catchpoint.Symphony.REST.Api.DivisionUsageStatistics:
type: object
properties:
divisionId:
type: integer
format: int32
consumerStatistics:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Api.ConsumerStatistics'
additionalProperties: false
Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunResponse:
type: object
properties:
node:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.NodeResponseModel'
testRuns:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.NodeTestRun'
totalTests:
type: integer
format: int32
readOnly: true
hasMore:
type:
- boolean
- 'null'
next:
type:
- string
- 'null'
previous:
type:
- string
- 'null'
additionalProperties: false
Catchpoint.Symphony.REST.Common.Response.v2_0.NodePerformanceResponse:
type: object
properties:
node:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.NodeResponseModel'
data:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.MonitorDataPointApiModel'
hasMore:
type:
- boolean
- 'null'
next:
type:
- string
- 'null'
previous:
type:
- string
- 'null'
additionalProperties: false
Catchpoint.Symphony.REST.Api.ApiUsageStatistics:
type: object
properties:
clientId:
type: integer
format: int64
lastRequestTimestamp:
type: string
format: date-time
limits:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Api.Limit'
runs:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Api.Limit'
exceededMessage:
type:
- string
- 'null'
readOnly: true
divisionUsageStatistics:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Api.DivisionUsageStatistics'
additionalProperties: false
Catchpoint.Symphony.REST.Common.Models.InfoMessage:
type: object
properties:
information:
type:
- string
- 'null'
ignoredPath:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Models.PatchIgnoredPath'
additionalProperties: false
? Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestFailureResponse
: type: object
properties:
data:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestFailureResponse'
messages:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Models.InfoMessage'
errors:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.MessageModel'
completed:
type: boolean
readOnly: true
traceId:
type:
- string
- 'null'
usageLimits:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Api.ApiUsageStatistics'
additionalProperties: false
Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Byte:
type: object
properties:
id:
type: integer
format: int32
name:
type:
- string
- 'null'
additionalProperties: false
Catchpoint.Symphony.REST.Common.Response.v2_0.NodeRunRateResponse:
type: object
properties:
node:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.NodeResponseModel'
requestSlippages:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.DataPointApiModel'
runRates:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.DataPointApiModel'
hasMore:
type:
- boolean
- 'null'
next:
type:
- string
- 'null'
previous:
type:
- string
- 'null'
additionalProperties: false
Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestFailureResponse:
type: object
properties:
node:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.NodeResponseModel'
testFailureByGroup:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.MonitorDataPointApiModel'
testFailures:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.DataPointApiModel'
hasMore:
type:
- boolean
- 'null'
next:
type:
- string
- 'null'
previous:
type:
- string
- 'null'
additionalProperties: false
Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Int32:
type: object
properties:
id:
type: integer
format: int32
name:
type:
- string
- 'null'
additionalProperties: false
Catchpoint.Symphony.REST.Common.Models.PatchIgnoredPath:
type: object
properties:
ops:
type:
- string
- 'null'
path:
type:
- string
- 'null'
additionalProperties: false
Catchpoint.Symphony.REST.Common.Response.v2_0.Node.MonitorDataPointApiModel:
type: object
properties:
monitorSetType:
$ref: '#/components/schemas/Catchpoint.Symphony.Enums.MonitorSetType'
data:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.DataPointApiModel'
additionalProperties: false
Catchpoint.Symphony.ViewModels.MessageModel:
type: object
properties:
id:
type:
- string
- 'null'
message:
type:
- string
- 'null'
additionalProperties: false
? Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunDataPointResponse
: type: object
properties:
data:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.NodeTestRunDataPointResponse'
messages:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Models.InfoMessage'
errors:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.MessageModel'
completed:
type: boolean
readOnly: true
traceId:
type:
- string
- 'null'
usageLimits:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Api.ApiUsageStatistics'
additionalProperties: false
? Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodePerformanceResponse
: type: object
properties:
data:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.NodePerformanceResponse'
messages:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Models.InfoMessage'
errors:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.MessageModel'
completed:
type: boolean
readOnly: true
traceId:
type:
- string
- 'null'
usageLimits:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Api.ApiUsageStatistics'
additionalProperties: false
Catchpoint.Symphony.REST.Api.Limit:
type: object
properties:
minute:
type: integer
format: int32
hour:
type: integer
format: int32
day:
type: integer
format: int32
additionalProperties: false
Catchpoint.Symphony.REST.Common.Response.v2_0.Node.InstanceResponseModel:
type: object
properties:
activationKey:
type:
- string
- 'null'
node:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.Node.NodeResponseModel'
id:
type: integer
format: int32
hostName:
type:
- string
- 'null'
status:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Byte'
operatingSystem:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.EnumLookupModel_1_System.Byte'
macAddress:
type:
- string
- 'null'
internalIpAddress:
type:
- string
- 'null'
core:
type: integer
format: int32
memory:
type: integer
format: int32
additionalProperties: false
Catchpoint.Symphony.REST.Common.Response.APIResponse_1_Catchpoint.Symphony.REST.Common.Response.v2_0.NodeRunRateResponse:
type: object
properties:
data:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Response.v2_0.NodeRunRateResponse'
messages:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Common.Models.InfoMessage'
errors:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/Catchpoint.Symphony.ViewModels.MessageModel'
completed:
type: boolean
readOnly: true
traceId:
type:
- string
- 'null'
usageLimits:
$ref: '#/components/schemas/Catchpoint.Symphony.REST.Api.ApiUsageStatistics'
additionalProperties: false
securitySchemes:
bearer:
type: http
scheme: bearer
bearerFormat: JWT