Schema
Get-CloudletSchema
Synopsis
Get a schema.
Syntax
Get-CloudletSchema -CloudletType <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-CloudletSchema -SchemaName <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all Cloudlet schemas or returns a specific schema by its Cloudlet type. The -CloudletType
parameter is translated automatically from the product name, for example, Phased Release
, to its API-specific type code, for example, CD
.
Parameters
‑AccountSwitchKey |
An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey. |
‑CloudletType Conditionally required |
The name of the cloudlet type, for example, |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑SchemaName Conditionally required |
The name of the JSON schema file. JSON schema filenames include: - - - - - - The value for the |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 8 days ago