RSS3 Documentation

Retrieve network config

Retrieve the configuration details of RSS, Decentralized, and Federated networks.

GET
/nta/networks/config
/nta/networks/config
curl -X GET "https://gi.rss3.io/nta/networks/config"

A successful response containing the configuration details of RSS, Decentralized, and Federated networks.

{
  "data": {
    "data": {
      "rss": {
        "id": "string",
        "worker_configs": {
          "id": {
            "is_required": true,
            "type": "string",
            "value": "string",
            "description": "string",
            "title": "string",
            "key": "string"
          },
          "network": {
            "is_required": true,
            "type": "string",
            "value": "string",
            "description": "string",
            "title": "string",
            "key": "string"
          },
          "worker": {
            "is_required": true,
            "type": "string",
            "value": "string",
            "description": "string",
            "title": "string",
            "key": "string"
          },
          "endpoint": {
            "is_required": true,
            "type": "string",
            "value": "string",
            "description": "string",
            "title": "string",
            "key": "string"
          },
          "parameters": {
            "authentication": {
              "access_key": {
                "is_required": true,
                "type": "string",
                "value": "string",
                "description": "string",
                "title": "string",
                "key": "string"
              }
            }
          },
          "minimum_resource": {
            "cpu_core": 0,
            "memory_in_gb": 0,
            "disk_space_in_gb": 0,
            "title": "string",
            "key": "string"
          }
        }
      },
      "decentralized": [
        {
          "id": "string",
          "endpoint_configs": {
            "url": {
              "is_required": true,
              "type": "string",
              "value": "string",
              "description": "string",
              "title": "string",
              "key": "string"
            },
            "http_headers": {
              "is_required": true,
              "type": "string",
              "value": "string",
              "description": "string",
              "title": "string",
              "key": "string"
            },
            "http2_disabled": {
              "is_required": true,
              "type": "string",
              "value": "string",
              "description": "string",
              "title": "string",
              "key": "string"
            }
          },
          "worker_configs": [
            {
              "id": {
                "is_required": true,
                "type": "string",
                "value": "string",
                "description": "string",
                "title": "string",
                "key": "string"
              },
              "network": {
                "is_required": true,
                "type": "string",
                "value": "string",
                "description": "string",
                "title": "string",
                "key": "string"
              },
              "worker": {
                "is_required": true,
                "type": "string",
                "value": "string",
                "description": "string",
                "title": "string",
                "key": "string"
              },
              "endpoint": {
                "is_required": true,
                "type": "string",
                "value": "string",
                "description": "string",
                "title": "string",
                "key": "string"
              },
              "parameters": {
                "concurrent_block_requests": {
                  "is_required": true,
                  "type": "string",
                  "value": "string",
                  "description": "string",
                  "title": "string",
                  "key": "string"
                },
                "block_batch_size": {
                  "is_required": true,
                  "type": "string",
                  "value": "string",
                  "description": "string",
                  "title": "string",
                  "key": "string"
                },
                "receipts_batch_size": {
                  "is_required": true,
                  "type": "string",
                  "value": "string",
                  "description": "string",
                  "title": "string",
                  "key": "string"
                },
                "block_receipts_batch_size": {
                  "is_required": true,
                  "type": "string",
                  "value": "string",
                  "description": "string",
                  "title": "string",
                  "key": "string"
                }
              },
              "minimum_resource": {
                "cpu_core": 0,
                "memory_in_gb": 0,
                "disk_space_in_gb": 0,
                "title": "string",
                "key": "string"
              }
            }
          ]
        }
      ],
      "federated": [
        {
          "id": "string",
          "endpoint_configs": {
            "url": {
              "is_required": true,
              "type": "string",
              "value": "string",
              "description": "string",
              "title": "string",
              "key": "string"
            },
            "http_headers": {
              "is_required": true,
              "type": "string",
              "value": "string",
              "description": "string",
              "title": "string",
              "key": "string"
            },
            "http2_disabled": {
              "is_required": true,
              "type": "string",
              "value": "string",
              "description": "string",
              "title": "string",
              "key": "string"
            }
          },
          "worker_configs": [
            {
              "id": {
                "is_required": true,
                "type": "string",
                "value": "string",
                "description": "string",
                "title": "string",
                "key": "string"
              },
              "network": {
                "is_required": true,
                "type": "string",
                "value": "string",
                "description": "string",
                "title": "string",
                "key": "string"
              },
              "worker": {
                "is_required": true,
                "type": "string",
                "value": "string",
                "description": "string",
                "title": "string",
                "key": "string"
              },
              "endpoint": {
                "is_required": true,
                "type": "string",
                "value": "string",
                "description": "string",
                "title": "string",
                "key": "string"
              },
              "parameters": {
                "kafka_topic": {
                  "is_required": true,
                  "type": "string",
                  "value": "string",
                  "description": "string",
                  "title": "string",
                  "key": "string"
                }
              },
              "minimum_resource": {
                "cpu_core": 0,
                "memory_in_gb": 0,
                "disk_space_in_gb": 0,
                "title": "string",
                "key": "string"
              }
            }
          ]
        }
      ]
    }
  }
}