Import platform

This method enables administrators to import new platforms.

You can import all four platform types:

  • Target

  • Dependent

  • Group

  • Rotational group

URL

 

https://<IIS_Server_Ip>/API/Platforms/Import
 

Make sure there are no spaces in the URL.

The following characters are not supported in URL values: + & %

Resource information

HTTP method

Content type

POST

application/json

Header parameter

Parameter

Description

Authorization

The token that identifies the session, encoded in BASE 64.

Type: String

Mandatory: Yes

Default value: None

Body parameter

 
{
"ImportFile": {zip file byte array}
}

Parameter

Description

ImportFile

The file that contains the platform and dependency to import. The parameter must contain a file in the format of BASE 64 array.

Type: Byte array

Mandatory: Yes

Default value: None

Result

 
{
"PlatformID": "PlatformID"
}

Parameter

Description

PlatformID

The unique ID of the platform.

Type: String

Return codes

For a complete list of return codes, see Return Codes.