EnvironmentEntryEntity model
Field | Type | Required | Description |
---|---|---|---|
ID |
*string | ➖ | UUID of the Environment |
Name |
*string | ➖ | Name of the Environment |
Slug |
*string | ➖ | Slug of the Environment |
Description |
*string | ➖ | Description of the Environment |
UpdatedAt |
*time.Time | ➖ | The time the environment was updated |
CreatedAt |
*time.Time | ➖ | The time the environment was created |
ActiveIncidents |
*string | ➖ | List of active incident guids |
ExternalResources |
[]components.ExternalResourceEntity | ➖ | Information about known linkages to representations of services outside of FireHydrant. |