Root organization configuration

Update the information relating to the main organization in the Manager.

Request

Security

Table 1. Roles capable of executing the Root organization configuration API method
Any Super User System Admin Security Admin Operator
  superUser systemAdmin    

HTTP method

POST /manager/api/{apiResponseType}/1.0/editSystemRootOrganizationConfiguration.adm HTTP/1.1 Host:{manager.dsnet} name={string}&address={string}&city={string}&state={string}&zip={string}&country={string}&contactName={string}&phone={string}&email={string}&fax={string}

Curl method

curl -u {admin}:{password} 
     -k 'https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/editSystemRootOrganizationConfiguration.adm' 
     -d 'name={string}&address={string}&city={string}&state={string}&zip={string}&country={string}
         &contactName={string}&phone={string}&email={string}&fax={string}' 

Parameters

Table 2. Request parameters for Root organization configuration (editSystemRootOrganizationConfiguration) API method
Parameter Type Usage Default Description
name String Required   The name to give the main organization. This is used across the Manager application and UI.
address String Optional   An address to assign to the main organization.
city String Optional   A city to assign to the main organization.
state String Optional   A state to assign to the main organization.
zip String Optional   A zip code to assign to the main organization.
country String Optional   A country to assign to the main organization.
contactName String Optional   The name of a contact assigned to the main organization.
phone String Optional   A phone number to assign to the main organization.
email String Optional   An email address to assign to the main organization.
fax String Optional   A fax number to assign to the main organization.