configurationProfile element

Type: configurationProfile
Namespace: (default namespace)

Example XML

<?xml version="1.0" encoding="UTF-8"?> <configurationProfile> <name>...</name> <parent>...</parent> <metadata> <links /> </metadata> </configurationProfile>

Example JSON

{ "name" : "...", "parent" : "...", "metadata" : { "links" : { } } }