PackageService

POST /package/fetch
POST /package/fetch2
GET /package/import
POST /package/import/{file:.+}
POST /package/upload/{file:.+}

POST /package/fetch

Parameters
Request body application/xml String
Response body
ConfigurationItem
Content type: application/xml

POST /package/fetch2

Parameters
Request body application/xml ImportFromUrlParams
Response body
ConfigurationItem
Content type: application/xml

GET /package/import

Response body
String
Content type: application/xml

POST /package/import/{file:.+}

Parameters
Path file String
Response body
ConfigurationItem
Content type: application/xml

POST /package/upload/{file:.+}

Parameters
Path file String
Multipart FileUpload
Response body
ConfigurationItem
Content type: application/xml