Import Package Http Method Override
Import IPAM package on chunks of specified size with additional http method override. This API implements the TUS RFC: https://github.com/tus/tus-resumable-upload-protocol/blob/main/protocol.md#x-http-method-override
IPAM package id
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Tus version
1.0.0
Upload offset
100
Content type
application/offset+octet-stream
The http method to be used on the server instead of the actual method of the request. This header usage is part of the specfication for resumable uploads - https://tus.io/protocols/resumable-upload
PATCH
Successful operation
Invalid Request - bad data
{
"providerId": "string",
"providerName": "string",
"providerVersion": "string",
"logoIcon": "string",
"bundleId": "string",
"integrationType": "string",
"message": "string"
}
providerId
providerName
providerVersion
logoIcon
bundleId
integrationType
message
Forbidden
"ServiceErrorResponse Object"
message
messageId
stackTrace
statusCode
errorCode
details
serverErrorId
documentKind
internalErrorCode
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/iaas/api/integrations-ipam/package-import/{id}