Monitor Planet Shield

Version: 1.0.0 Workflow: monitor-planet-shield Category: Monitoring


Description

Monitor planet shield health and information.

Prerequisites

Steps

1. Get Planet Information

Parameters:

Parameter Example Value
planet_id 3-1

Data Extraction:

Error Handling:

Status Action
404 Planet not found - verify planet_id

2. Get Planetary Shield Health

Parameters:

Parameter Value
planet_id ``

Data Extraction:

Error Handling:

Status Action
404 Planet not found or no shield data

3. Get Planetary Shield Information

Parameters:

Parameter Value
planet_id ``

Data Extraction:

Error Handling:

Status Action
404 Planet not found or no shield data

Result

{
  "planet": {
    "id": "",
    "owner_id": "",
    "shield": {
      "health": "",
      "max_health": "",
      "health_percentage": " /  * 100",
      "details": ""
    }
  }
}

Notes

This workflow demonstrates monitoring a planet’s shield status. Steps 2 and 3 can be executed in parallel.