API Guide

POST /system/license-file
Uploads the SFD licence file.
API
POST /system/license-file
Description This API retrieves the SFD license file obtained from the Dell Digital Locker, downloads into the local machine,
then uploads the file to SFD.
Parameters
Table 76. API parameters
Filter name Description
LicenseFile
string
(request)
The SFD license file to be uploaded.
Responses 200 — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
400 — Invalid request - uploaded file is not valid
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
System
163