A configuration item.
Name | Editable? | Required? | Type | Nullable? | Summary |
---|---|---|---|---|---|
ID | Int32 | The ID of the configuration item. | |||
AppID | Int32 | The ID of the asset/CI application containing the configuration item. | |||
AppName | String | The name of the asset/CI application containing the configuration item. | |||
FormID | This field is editable through the web API. | Int32 | The ID of the form associated with the configuration item. | ||
FormName | String | The name of the form associated with the configuration item. | |||
IsSystemMaintained | Boolean | Whether the configuration item is maintained automatically by the system. | |||
BackingItemID | Int32 | The ID of the underlying TeamDynamix item in the system that this configuration item represents. | |||
BackingItemType | TeamDynamix.Api.Cmdb.BackingItemType | The type of the underlying TeamDynamix item in the system that this configuration item represents. | |||
Name | This field is editable through the web API. | This field is required. | String | The name of the configuration item. | |
TypeID | This field is editable through the web API. | This field is required. | Int32 | The ID of the type associated with the configuration item. | |
TypeName | String | The name of the type associated with the configuration item. | |||
MaintenanceScheduleID | This field is editable through the web API. | Int32 | The ID of the maintenance window associated with the configuration item. | ||
MaintenanceScheduleName | String | The name of the maintenance window associated with the configuration item. | |||
OwnerUID | This field is editable through the web API. | Guid | The UID of the owner associated with the configuration item. | ||
OwnerFullName | String | The full name of the owner associated with the configuration item. | |||
OwningDepartmentID | Int32 | The ID of the owning acct/dept associated with the configuration item. | |||
OwningDepartmentName | String | The name of the owning acct/dept associated with the configuration item. | |||
OwningGroupID | This field is editable through the web API. | Int32 | The ID of the owning group associated with the configuration item. | ||
OwningGroupName | String | The name of the owning group associated with the configuration item. | |||
LocationID | This field is editable through the web API. | Int32 | The ID of the location associated with the configuration item. | ||
LocationName | String | The name of the location associated with the configuration item. | |||
LocationRoomID | This field is editable through the web API. | Int32 | The ID of the location room associated with the configuration item. | ||
LocationRoomName | String | The name of the location room associated with the configuration item. | |||
IsActive | This field is editable through the web API. | Boolean |
The active status of the configuration item. This will default to true .
|
||
CreatedDateUtc | DateTime | The created date of the configuration item. | |||
CreatedUid | Guid | The UID of the user who created the configuration item. | |||
CreatedFullName | String | The full name of the user who created the configuration item. | |||
ModifiedDateUtc | DateTime | The last modified date of the configuration item. | |||
ModifiedUid | Guid | The UID of the user who last modified the configuration item. | |||
ModifiedFullName | String | The full name of the user who created the configuration item. | |||
ExternalID | This field is editable through the web API. | String | This field is nullable. | The external ID of the configuration item. This value is used to map the configuration item to its representation in external sources such as third-party CMDBs. | |
ExternalSourceID | This field is editable through the web API. | Int32 | The ID of the configuration item source associated with the configuration item. | ||
ExternalSourceName | String | The name of the configuration item source associated with the configuration item. | |||
Attributes | This field is editable through the web API. | TeamDynamix.Api.CustomAttributes.CustomAttribute[] | This field is nullable. | The custom attributes associated with the configuration item. | |
Attachments | TeamDynamix.Api.Attachments.Attachment[] | This field is nullable. | The attachments associated with the configuration item. | ||
Uri | String | The URI to retrieve the full details of the configuration item via the web API. |