ALM
Revision
Parameters:
Name | Type | Description | Default |
---|---|---|---|
id
|
str
|
The unique identifier of this revision. |
required |
name
|
str
|
The name of this revision. |
required |
description
|
str | None
|
The description of this revision. Not always present. |
None
|
created_on
|
str
|
The creation date of this revision in ISO format. |
required |
created_by
|
str
|
The unique identifier of the user who created this revision. |
required |
creation_method
|
str
|
The creation method of this revision. |
required |
applied_on
|
str
|
The application date of this revision in ISO format. |
required |
applied_by
|
str
|
The unique identifier of the user who applied this revision. |
required |
ModelRevision
Parameters:
Name | Type | Description | Default |
---|---|---|---|
id
|
str
|
The unique identifier of the model this revision belongs to. |
required |
name
|
str
|
The name of the model this revision belongs to. This can be an empty string, when the calling user does not have access to the model, but is workspace admin in the workspace. |
''
|
workspace_id
|
str
|
The unique identifier of the workspace this revision belongs to. |
required |
applied_by
|
str
|
The unique identifier of the user who applied this revision. |
required |
applied_on
|
str
|
The application date of this revision in ISO format. |
required |
applied_method
|
str
|
The application method of this revision. |
required |
deleted
|
bool | None
|
Whether the model has been deleted or not. |
None
|
SyncTask
Parameters:
Name | Type | Description | Default |
---|---|---|---|
id
|
str
|
The unique identifier of this task. |
required |
task_state
|
str
|
The state of this task. |
required |
creation_time
|
int
|
The creation time of this task. |
required |