Skip to main content
Version: 2025.10

System

Description: Represents a System object that aggregates configuration, versioning, and file content

Attributes

NameTypeDescription
idStrictStr
createddatetime.datetime
created_by_idStrictStr
nameStrictStr
descriptionStrictStr
archive_statusStrictStr
configurationsOptional[List[SystemConfiguration]]
baseline_tagged_snapshot_idOptional[StrictStr]

Methods

NameDescription
list_file_revisions_by_snapshotRetrieve a paginated list of file revisions associated with a given snapshot.
list_file_revisions_by_snapshot_tagRetrieve a paginated list of file revisions using a SnapshotTag.
get_json_file_contents_by_snapshotLoad contents of all JSON files for a given snapshot.
get_json_file_contents_by_snapshot_tagLoad contents of all JSON files using a snapshot tag reference.
to_strReturn the string representation of the model using field aliases.
to_jsonReturn the JSON string representation of the model using field aliases.
from_jsonCreate an instance of the model from a JSON string.
to_dictReturn the dictionary representation of the model using field aliases.
from_dictCreate an instance of the model from a dictionary.
create_accessCreate a new access relationship for a subject by ID.
create_access_by_emailCreate a new access relationship for a subject by email.
update_accessUpdate an existing access relationship for a subject.
remove_accessRemove an existing access relationship.
list_accessList all access relationships for this resource.
archiveArchive the current item using the client’s archive method for this resource type.
restoreRestore the current item using the client’s restore method for this resource type.