DocsOmniFi APIsChangelog
SkySparcContact UsLog In
OmniFi APIs

Import

Imports one or more collateral archives into the specified workspace and target group. The target group can be specified wither via logical Id or as a slash-separated Path. While both the NodeId and Path parameters are optional they are mutually exclusive, and supplying either one of them is mandatory. The archive files should be embedded in the request body multipart/form-data as application/zip.

Path Params
integer
required

[Int32] The ID of the workspace to import into.

integer
required

[Int32 (nullable)] (Optional) The ID of the inner node to import into. Leave unspecified to use Path instead.

Query Params
string

[String] (Optional) The slash-path, path of the test plan inner node to import into. Leave unspecified to use Id instead.

integer

[Int32 (nullable)] (Optional) The ID of the test plan to import to, or null to import to the repository. This is used in conjunction with Path to determine which test plan the path belongs to, and can be omitted or specified to null if importing by NodeId, or to repository.

boolean

[Boolean] (Optional) Map imported files to files in the workspace (default:false)

boolean

[Boolean] (Optional) Map imported logins to logins in the workspace (default:true)

boolean

[Boolean] (Optional) Map imported variables to variables in the workspace (default:true)

boolean

[Boolean] (Optional) Map imported testcases to testcases in the workspace (default:true)

Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Choose an example:
application/json