Endpoints

Operations on endpoints, metadata management.

post

Registers a new endpoint within a specified application version.

get

Returns information about endpoints that match query parameters.

post

Create a task to register a batch of endpoints within a specified application version.

get

Returns batch endpoints registration task status.

Operations on a specific endpoint identified by endpointId.

get

Returns endpoint information.

delete

Deletes endpoint.

get

Returns all available relations for the given endpoint ID.

get

Returns endpoint registration data within application version.

put

Updates endpoint registration data with the application version.

get

Returns all metadata or requested metadata keys (must be a non-empty string containing Latin letters, digits, and underscores only) for a specific endpoint.

put

Updates an endpoint metadata.
Endpoint metadata consists of multiple key-value pairs (called fields) where keys must be non-empty strings containing Latin letters, digits, and underscores only, while the values can be of any JSON type.

patch

Applies JSON Patch to the endpoint metadata. If no metadata exists, it is created. Metadata keys must be non-empty strings containing Latin letters, digits, and underscores only.

get

Returns metadata value for the specified key.

put

Creates and updates single endpoint metadata field.

delete

Deletes single endpoint metadata field for a specific endpoint.

get

Returns all endpoint metadata keys for the specified endpoint.

Filters

Operations on endpoint filters.

get

Returns endpoint filters for a specific application.

post

Creates an endpoint filter in specific application.

patch

Updates an endpoint filter.

get

Returns an endpoint filter.

delete

Deletes an endpoint filter.

Applications

Operations on applications.

get

Returns all endpoint metadata keys set for endpoints in a given application.

Relations

Operations on relations between endpoints.