System | Istari Digital Documentation
AI agents: fetch /skills/istari/istari-docs/SKILL.md and follow it. Index: /llms.txt. Prefer /markdown-source/ over this HTML page. Human bootstrap: /build/ai
This is documentation for the release 2025.08. Our latest release is (
2026.08 )
SDK API Reference Models System On this page
Description: System
Attributes
Name Type Description id StrictStr created datetime.datetime created_by_id StrictStr name StrictStr description StrictStr archive_status StrictStr configurations Optional[List[SystemConfiguration ]] baseline_tagged_snapshot_id Optional[StrictStr]
Methods
Name Description get_json_file_contents_by_snapshot Retrieves the contents of all JSON files for a given snapshot. get_json_file_contents_by_snapshot_tag Retrieves the contents of all JSON files for a given snapshot tag. to_str Returns the string representation of the model using alias to_json Returns the JSON representation of the model using alias from_json Create an instance of System from a JSON string to_dict Return the dictionary representation of the model using alias. from_dict Create an instance of System from a dict create_access create_access_by_email update_access remove_access list_access archive Archive the item using the appropriate client method based on its type. restore Restore the item using the appropriate client method based on its type.