Get and export a profile package from the SMS.
- Profile packages typically remain unchanged.
- If you want to change the files within a profile package, update the md5sum in the
sms-security-manifestfile before you import the profile back to the SMS.
Definition
ipsProfileMgmt/exportProfile
Parameters
| Parameter | Type | Description |
| exportMethod | string | Optional. Export destination.
|
| profileName | string | Required. Profile name to export. |
| profileVersion | string | Optional. Profile version to export. The latest version of the profile is used if this parameter is not specified. |
| remoteDirectory | string | Required.
|
| remoteDirectory/SMB/userid | string | SMB user ID. |
| remoteDirectory/SMB/password | string | SMB password. |
| remoteDirectory/SMB/domain | string | SMB domain. |
| remoteFilename | string | Optional. Remote filename (default: "profile_name.pkg") |
| remoteServer | string | SMB or NFS server. |
Example
curl -k --header "X-SMS-API-KEY: <string>" "https://<sms_server>/ipsProfileMgmt/exportProfile? exportMethod=SMB&profileName=Default&remoteDirectory=MyExportDirectory &remoteServer=MyRemoteServer&userid=guest&password=guestpass&domain=Domain"
