Netstorage credentials
Synopsis
Export Netstorage credentials to a file.
Syntax
Export-NetstorageCredentials [[-NSRCFile] <String>] [[-Section] <String>] [-Key] <String> [-ID] <String> [-Group] <String> [-Hostname] <String> [-CPCode] <String> [-Force] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
This function will take a given set of Netstorage credentials and write them to a .nsrc file, either in the [default] section or a custom section if provided.
Parameters
‑CPCodeRequired | Content provider code from your Netstorage group. |
‑Force | Overwrite an existing section in your EdgeRCFile, if it exists. |
‑GroupRequired | Domain prefix of your Netstorage group. |
‑HostnameAlias: ‑hostRequired | The API credential's hostname. |
‑IDRequired | The |
‑KeyRequired | HTTP API key of your Netstorage upload account. |
‑NSRCFile | NSRC file to update/create. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 11 days ago
