Environment
Machines can be grouped into environments. An environment is a logical grouping of machines that are used for a specific purpose, such as development, testing, or production.
erDiagram
Environment ||--o{ Machine : "EnvironmentID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time the record was created |
| CustomField1 |
string |
Available for custom data for this environment, not used by OctoSAM Inventory |
| CustomField2 |
string |
Available for custom data for this environment, not used by OctoSAM Inventory |
| CustomField3 |
string |
Available for custom data for this environment, not used by OctoSAM Inventory |
| CustomField4 |
string |
Available for custom data for this environment, not used by OctoSAM Inventory |
| Description |
string |
An optional Description |
| Guid |
guid |
A unique ID that can be used to link to this object from external applications |
| ID |
numeric |
Internal ID for the Environment entity (Primary Key) |
| Name |
string |
Name of the Environment |
| OctopusID |
string |
OctoSAM internal name for programmatic access to the environment (e.g., in queries) |
Referenced by
| Table |
Column Name |
Description |
| Machine |
EnvironmentID |
Basic machine information. A machine is a physical or virtual device that can be scanned by OctoSAM Inventory. A machine can also be a mobile device such as a phone or tablet. |