Attribute Summary |
integer | Accessibility
Write access for the dataset. Values are Writable (0, default), which means all BMC Atrium CMDB clients can create, modify, and delete instances in the dataset; Read-Only (1), which means clients receive an error when they try to create, modify, or delete instances; and Writable by client only (2). If set to 2 (Writable by client only), the IDs of the clients that can modify the dataset must be specified in the ClientTypeList attribute. |
character | ClientTypeList
Semicolon-separated list of client IDs (for example, 28;29;32). If Accessibility is Writable by client only, this is required. Otherwise, it is not applicable. Supported client IDs include 28 (BMC Impact Publishing server), 29 (BMC Impact Service Model Editor), and 32 (Reconciliation Engine). |
character | CoreDatasetId
Dataset's unique identifier. Example: BMC.ASSET. |
integer | DatasetType
Type of dataset. Values are Regular (0, default) and Overlay (1). If this is set to 1 (Overlay), you must specify the SourceDatasetId attribute. An overlay dataset provides a layer in which to make changes to a regular (source) dataset that are pending approval. |
character | Name
Name of the dataset, for example, BMC Asset. |
character | SourceDatasetId
Unique identifier of the regular (source) dataset for an overlay dataset. If DatasetType is Overlay, this is required. Otherwise, it is not applicable. |