Bases: object
Set artifact status to ‘active’.
| Parameters: | artifact_id – ID of the artifact to get. |
|---|
Create an artifact of given type and version.
| Parameters: |
|
|---|
Set artifact status to ‘deactivated’.
| Parameters: | artifact_id – ID of the artifact to get. |
|---|
Delete an artifact and all its data.
| Parameters: | artifact_id – ID of the artifact to delete. |
|---|
Get blob data.
| Parameters: |
|
|---|
Get information about an artifact.
| Parameters: | artifact_id – ID of the artifact to get. |
|---|
Get list of type names.
Show schema of type name.
Retrieve a listing of artifacts objects.
| Parameters: | page_size – Number of artifacts to request in each paginated request. |
|---|---|
| Returns: | generator over list of artifacts. |
Set artifact visibility to ‘public’.
| Parameters: | artifact_id – ID of the artifact to get. |
|---|
Set artifact status to ‘active’.
| Parameters: | artifact_id – ID of the artifact to get. |
|---|
Update attributes of an artifact.
| Parameters: |
|
|---|
Upload blob data.
| Parameters: |
|
|---|