mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-01 07:45:40 +01:00
GITBOOK-12: No subject
This commit is contained in:
parent
8ca667bd7c
commit
0a435ed9d0
@ -4,15 +4,9 @@ description: An overview of the available HTTP endpoints
|
|||||||
|
|
||||||
# HTTP Endpoints
|
# HTTP Endpoints
|
||||||
|
|
||||||
## Ocean Node HTTP Endpoints Overview
|
|
||||||
|
|
||||||
### General Information
|
|
||||||
|
|
||||||
Ocean Node is a core component of the Ocean Protocol ecosystem, enabling decentralized data exchange and management. Below is an overview of the available HTTP endpoints that provide various functionalities within the Ocean Node.
|
Ocean Node is a core component of the Ocean Protocol ecosystem, enabling decentralized data exchange and management. Below is an overview of the available HTTP endpoints that provide various functionalities within the Ocean Node.
|
||||||
|
|
||||||
### Endpoints
|
### Peer Management
|
||||||
|
|
||||||
#### Peer Management
|
|
||||||
|
|
||||||
* **Get Ocean Peers**
|
* **Get Ocean Peers**
|
||||||
* **Method**: GET
|
* **Method**: GET
|
||||||
@ -27,7 +21,7 @@ Ocean Node is a core component of the Ocean Protocol ecosystem, enabling decentr
|
|||||||
* **Endpoint**: `/getP2PPeer`
|
* **Endpoint**: `/getP2PPeer`
|
||||||
* **Description**: Retrieves information about a specific P2P peer.
|
* **Description**: Retrieves information about a specific P2P peer.
|
||||||
|
|
||||||
#### DID Management
|
### DID Management
|
||||||
|
|
||||||
* **Advertise DID**
|
* **Advertise DID**
|
||||||
* **Method**: POST
|
* **Method**: POST
|
||||||
@ -38,7 +32,7 @@ Ocean Node is a core component of the Ocean Protocol ecosystem, enabling decentr
|
|||||||
* **Endpoint**: `/getProvidersForDid`
|
* **Endpoint**: `/getProvidersForDid`
|
||||||
* **Description**: Retrieves the list of providers for a specific DID.
|
* **Description**: Retrieves the list of providers for a specific DID.
|
||||||
|
|
||||||
#### Command Broadcasting
|
### Command Broadcasting
|
||||||
|
|
||||||
* **Broadcast Command**
|
* **Broadcast Command**
|
||||||
* **Method**: POST
|
* **Method**: POST
|
||||||
@ -49,7 +43,7 @@ Ocean Node is a core component of the Ocean Protocol ecosystem, enabling decentr
|
|||||||
* **Endpoint**: `/directCommand`
|
* **Endpoint**: `/directCommand`
|
||||||
* **Description**: Sends a direct command to a specific peer.
|
* **Description**: Sends a direct command to a specific peer.
|
||||||
|
|
||||||
#### Logging
|
### Logging
|
||||||
|
|
||||||
* **Logs**
|
* **Logs**
|
||||||
* **Method**: POST
|
* **Method**: POST
|
||||||
@ -60,7 +54,7 @@ Ocean Node is a core component of the Ocean Protocol ecosystem, enabling decentr
|
|||||||
* **Endpoint**: `/log/:id`
|
* **Endpoint**: `/log/:id`
|
||||||
* **Description**: Retrieves a single log entry by its unique identifier.
|
* **Description**: Retrieves a single log entry by its unique identifier.
|
||||||
|
|
||||||
#### File Services
|
### File Services
|
||||||
|
|
||||||
* **File Information**
|
* **File Information**
|
||||||
* **Method**: POST
|
* **Method**: POST
|
||||||
@ -91,7 +85,7 @@ Ocean Node is a core component of the Ocean Protocol ecosystem, enabling decentr
|
|||||||
* **Endpoint**: `/api/services/download`
|
* **Endpoint**: `/api/services/download`
|
||||||
* **Description**: Downloads a file.
|
* **Description**: Downloads a file.
|
||||||
|
|
||||||
#### DDO Management
|
### DDO Management
|
||||||
|
|
||||||
* **Get DDO**
|
* **Get DDO**
|
||||||
* **Method**: GET
|
* **Method**: GET
|
||||||
@ -114,14 +108,14 @@ Ocean Node is a core component of the Ocean Protocol ecosystem, enabling decentr
|
|||||||
* **Endpoint**: `/api/aquarius/assets/ddo/validate`
|
* **Endpoint**: `/api/aquarius/assets/ddo/validate`
|
||||||
* **Description**: Validates a DDO.
|
* **Description**: Validates a DDO.
|
||||||
|
|
||||||
#### Indexer
|
### Indexer
|
||||||
|
|
||||||
* **Index Queue**
|
* **Index Queue**
|
||||||
* **Method**: GET
|
* **Method**: GET
|
||||||
* **Endpoint**: `/api/services/indexQueue`
|
* **Endpoint**: `/api/services/indexQueue`
|
||||||
* **Description**: Retrieves the index queue.
|
* **Description**: Retrieves the index queue.
|
||||||
|
|
||||||
#### Compute Services
|
### Compute Services
|
||||||
|
|
||||||
* **Compute Environments**
|
* **Compute Environments**
|
||||||
* **Method**: GET
|
* **Method**: GET
|
||||||
|
Loading…
Reference in New Issue
Block a user