Export Definition
Returns a file containing the Feature Name and Feature ID of all defined Features, together with the Product Names and Product IDs in which they are incorporated.
Method Type | URI |
---|---|
GET | v90/ws/vendor/{vendorId}/exportDefinition.ws?fileType={fileType} |
URI Parameters
Parameter | Description | Type |
---|---|---|
vendorId | Enter the Identifier of the Vendor in the database for which you want to retrieve the catalog definition. | Integer |
fileType |
The output file type. Options: >CSV—Returns Features in CSV format. >XML—Returns Features and Products in XML format. >C—Returns Features and Products in a C-style header. >CPP—Returns Features and Products in a C++ style header. >ACC—Returns Feature and Product Metadata in Admin Control Center format (an XML file that is used to display metadata about Sentinel protection keys in Admin Control Center). The user can download and change products and other details that are readable by Admin Control Center. For details on Admin Control Center, see the Sentinel LDK Software Protection and Licensing Guide. |
String |
Sample Request
Not applicable.
Sample Response
Success
HTTP Status Code: 200
Response Body::
<?xml version="1.0" encoding="UTF-8"?>
<definitions>
<type>csv</type>
<data>
<Feature Name, Feature ID"CleanDrive",4"ReportOption",3"ZipOption",2"ProtectDrive",1Product Name, Product ID"Protect Drive",2"Clean Drive",3>
</data>
</definitions>
Failure
HTTP Status Code: 400
Response Body: Invalid file type.