spo cdn origin list
List CDN origins settings for the current SharePoint Online tenant
Usage
m365 spo cdn origin list [options]
Options
-t, --type [type]
Type of CDN to manage. Allowed values are:
Public
,Private
. DefaultPublic
.
-h, --help [help]
Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Remarks
Using the -t, --type
option you can choose whether you want to manage the settings of the Public (default) or Private CDN. If you don't use the option, the command will use the Public CDN.
To use this command you must be either SharePoint Administrator or Global Administrator.
Examples
Show the list of origins configured for the Public CDN.
m365 spo cdn origin list
Show the list of origins configured for the Private CDN.
m365 spo cdn origin list --type Private
Response
- JSON
- Text
- CSV
- Markdown
[
"*/MASTERPAGE",
"*/STYLE LIBRARY",
"*/CLIENTSIDEASSETS"
]
*/MASTERPAGE
*/STYLE LIBRARY
*/CLIENTSIDEASSETS
*/MASTERPAGE
*/STYLE LIBRARY
*/CLIENTSIDEASSETS
*/MASTERPAGE
*/STYLE LIBRARY
*/CLIENTSIDEASSETS
More information
- Use Microsoft 365 CDN with SharePoint Online: https://learn.microsoft.com/microsoft-365/enterprise/use-microsoft-365-cdn-with-spo?view=o365-worldwide