Initializes new client with specific authentication method.
Authentication object,
containing either client_id
and client_secret
properties (for 2-legged authentication),
or a single token
property (for 2-legged or 3-legged authentication with pre-generated access token).
Creates new activity (docs).
New activity ID.
ID of one of the supported {@link engines}.
One or more CLI commands to be executed within the activity.
Details of created activity.
Creates a new app bundle (docs).
Unique name of the bundle.
ID of one of the supported {@link engines}.
Details of the created app bundle, incl. parameters for uploading the actual zip file with app bundle binaries.
Creates new work item (docs).
Activity ID.
limit of max processing time in seconds.
Deletes activity and all its versions and aliases (docs).
Short (unqualified) activity ID.
Deletes activity alias (docs).
Short (unqualified) activity ID.
Activity alias.
Deletes activity version (docs).
Short (unqualified) activity ID.
Activity version.
Deletes app bundle and all its versions and aliases (docs).
Short (unqualified) app bundle ID.
Deletes app bundle alias (docs).
Short (unqualified) app bundle ID.
App bundle alias.
Deletes app bundle version (docs).
Short (unqualified) app bundle ID.
App bundle version.
Removes current nickname for all your Design Automation entities (docs).
Cancels work item, removing it from waiting queue or cancelling a running job (docs).
Work item ID.
Gets single activity details (docs).
Fully qualified activity ID.
Activity details.
Gets single activity version details (docs).
Short (unqualified) activity ID.
Activity version.
Activity details.
Gets single appbundle details (docs).
Fully qualified appbundle ID.
Appbundle details.
Gets single appbundle version details (docs).
Short (unqualified) app bundle ID.
App bundle version.
Appbundle details.
Gets single engine details (docs).
Fully qualified engine ID.
Engine details.
Gets current nickname for all your Design Automation entities (docs).
Current nickname.
Gets details of a specific work item (docs).
Work item ID.
Work item details.
Iterates over all activities in pages of predefined size (docs).
Iterates over all activity versions in pages of predefined size (docs).
Unique name of activity.
Iterates over all app bundle versions in pages of predefined size (docs).
Unique name of the bundle.
Iterates over all app bundles in pages of predefined size (docs).
Iterates over all engines in pages of predefined size (docs).
Gets a list of all activities (docs).
List of activity (full) IDs.
Gets a list of all activity versions (docs).
Unique name of activity.
List of activity versions.
Gets a list of all appbundle versions (docs).
Unique name of the bundle.
List of appbundle version numbers.
Gets a list of all appbundles (docs).
List of appbundle (full) IDs.
Gets a list of all engines (docs).
List of engine (full) IDs.
Sets new nickname for all your Design Automation entities (docs).
New nickname.
Updates existing activity, creating its new version (docs).
New activity ID.
ID of one of the supported {@link engines}.
One or more CLI commands to be executed within the activity.
Details of created activity.
Updates an existing app bundle, creating its new version (docs).
ID of the app bundle.
Details of the created app bundle, incl. parameters for uploading the actual zip file with app bundle binaries.
Uploads zip file with contents of a specific app bundle.
App bundle upload parameters (returned by createAppBundle and updateAppBundle).
Stream to read the app bundle zip from.
Response from the file submission.
Generated using TypeDoc
Client providing access to Autodesk Forge design automation APIs.
design-automation