nodeID | String The ID of the node to which the content will be added
| ||
friendlyName | StringThe CSP server where the nodeID is located | ||
metadataMap | HashMap <String,String> or String Optional. Contains key-value pairs that represent metadata about the created node. This can either be a String containing comma-separated key=value pairs (key1=value1, key2=value2) or a HashMap <String,String> with key-value pairs at each map index/position. You can associate any desired metadata key-value pairs with the created contentID. |
contentID | String The contentID of the object in the CSP with which files are associated. Represents a globally unique ID, or GUID. |
status | String Indicates success or failure |