Back to index
Summary
Create a new persona page.personaPageNameStringrequiredThe persona page name. descriptionStringoptionalComment text describing this object that is not interpreted at all by CloudBees CD/RO. subpageArrayoptionalA list of subpages. urlStringoptionalThe persona page URL. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] . |
Usage
Perl
$cmdr->createPersonaPage( "test-personaPageName" # personaPageName # optionals );
ectool
ectool createPersonaPage \ "test-personaPageName" `# personaPageName` \ # optionals