Views:
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-manifest file before you import the profile back to the SMS.

Definition

ipsProfileMgmt/exportProfile

Parameters

Parameter Type Description
exportMethod string Optional. Export destination.
  • SMS HTTPS server (default)
  • SMB
  • NFS
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.
  • SMB
  • NFS
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"