Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 2.5 KB

File metadata and controls

55 lines (34 loc) · 2.5 KB

EveSwaggerInterface.GetCorporationsCorporationIdStructures200Ok

Properties

Name Type Description Notes
corporationId Number ID of the corporation that owns the structure
fuelExpires Date Date on which the structure will run out of fuel [optional]
name String The structure name [optional]
nextReinforceApply Date The date and time when the structure's newly requested reinforcement times (e.g. next_reinforce_hour and next_reinforce_day) will take effect [optional]
nextReinforceHour Number The requested change to reinforce_hour that will take effect at the time shown by next_reinforce_apply [optional]
profileId Number The id of the ACL profile for this citadel
reinforceHour Number The hour of day that determines the four hour window when the structure will randomly exit its reinforcement periods and become vulnerable to attack against its armor and/or hull. The structure will become vulnerable at a random time that is +/- 2 hours centered on the value of this property [optional]
services [GetCorporationsCorporationIdStructuresService] Contains a list of service upgrades, and their state [optional]
state String state string
stateTimerEnd Date Date at which the structure will move to it's next state [optional]
stateTimerStart Date Date at which the structure entered it's current state [optional]
structureId Number The Item ID of the structure
systemId Number The solar system the structure is in
typeId Number The type id of the structure
unanchorsAt Date Date at which the structure will unanchor [optional]

Enum: StateEnum

  • anchorVulnerable (value: "anchor_vulnerable")

  • anchoring (value: "anchoring")

  • armorReinforce (value: "armor_reinforce")

  • armorVulnerable (value: "armor_vulnerable")

  • deployVulnerable (value: "deploy_vulnerable")

  • fittingInvulnerable (value: "fitting_invulnerable")

  • hullReinforce (value: "hull_reinforce")

  • hullVulnerable (value: "hull_vulnerable")

  • onlineDeprecated (value: "online_deprecated")

  • onliningVulnerable (value: "onlining_vulnerable")

  • shieldVulnerable (value: "shield_vulnerable")

  • unanchored (value: "unanchored")

  • unknown (value: "unknown")