Skip to main content
POST
/
network-requirements
POST /network-requirements
curl --request POST \
  --url https://api.example.com/network-requirements \
  --header 'Content-Type: application/json' \
  --data '
{
  "networkState": "<unknown>",
  "query": "<string>"
}
'
{
  "network_health": "<string>",
  "recommendations": [
    "<string>"
  ],
  "resource_allocation": {
    "battery_threshold": 1,
    "drones": 1,
    "response_time_target": "<string>",
    "sectors": 1
  },
  "status": "<string>",
  "timestamp": "<string>"
}

Body

application/json

Request payload for network requirements analysis.

networkState
any

The current state of the network.

query
string | null

Specific query about network requirements.

Response

Network requirements calculated

Response payload for network requirements analysis.

network_health
string
required

Overall health of the network.

recommendations
string[]
required

List of recommendations for the network.

resource_allocation
object
required

Recommended resource allocation.

status
string
required

Status of the analysis.

timestamp
string
required

ISO 8601 timestamp of the response.