mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 18:12:35 +01:00
127 lines
2.8 KiB
XML
127 lines
2.8 KiB
XML
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
or more contributor license agreements. See the NOTICE file
|
|
distributed with this work for additional information
|
|
regarding copyright ownership. The ASF licenses this file
|
|
to you under the Apache License, Version 2.0 (the
|
|
"License"); you may not use this file except in compliance
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
software distributed under the License is distributed on an
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
KIND, either express or implied. See the License for the
|
|
specific language governing permissions and limitations
|
|
under the License.
|
|
-->
|
|
<delegatedadmin>
|
|
|
|
<!-- EXECUTE CLEANUP FOR DOMAINS -->
|
|
<command>
|
|
<name>registerUserKeys</name>
|
|
<parameters>
|
|
<item>
|
|
<name>id</name>
|
|
<value>2</value>
|
|
</item>
|
|
</parameters>
|
|
<returnvalue>
|
|
<item setparam="true">
|
|
<name>apikey</name>
|
|
<param>apikey</param>
|
|
</item>
|
|
<item setparam="true">
|
|
<name>secretkey</name>
|
|
<param>secretkey</param>
|
|
</item>
|
|
</returnvalue>
|
|
</command>
|
|
|
|
<command>
|
|
<name>listDomains</name>
|
|
<usercommand>true</usercommand>
|
|
<parameters>
|
|
<item>
|
|
<name>name</name>
|
|
<value>0-1</value>
|
|
</item>
|
|
</parameters>
|
|
<returnvalue>
|
|
<item setparam="true">
|
|
<name>id</name>
|
|
<param>level1domain1id</param>
|
|
</item>
|
|
</returnvalue>
|
|
</command>
|
|
|
|
|
|
<command>
|
|
<name>listDomains</name>
|
|
<usercommand>true</usercommand>
|
|
<parameters>
|
|
<item>
|
|
<name>name</name>
|
|
<value>0-2</value>
|
|
</item>
|
|
</parameters>
|
|
<returnvalue>
|
|
<item setparam="true">
|
|
<name>id</name>
|
|
<param>level1domain2id</param>
|
|
</item>
|
|
</returnvalue>
|
|
</command>
|
|
|
|
<command>
|
|
<name>deleteUser</name>
|
|
<parameters>
|
|
<item getparam="true">
|
|
<name>id</name>
|
|
<param>rootadmin1id</param>
|
|
</item>
|
|
</parameters>
|
|
</command>
|
|
|
|
<command>
|
|
<name>deleteUser</name>
|
|
<parameters>
|
|
<item getparam="true">
|
|
<name>id</name>
|
|
<param>rootadmin2id</param>
|
|
</item>
|
|
</parameters>
|
|
</command>
|
|
|
|
<command>
|
|
<name>deleteDomain</name>
|
|
<parameters>
|
|
<item getparam="true">
|
|
<name>id</name>
|
|
<param>level1domain1id</param>
|
|
</item>
|
|
<item>
|
|
<name>cleanup</name>
|
|
<value>true</value>
|
|
</item>
|
|
</parameters>
|
|
</command>
|
|
|
|
<command>
|
|
<name>deleteDomain</name>
|
|
<parameters>
|
|
<item getparam="true">
|
|
<name>id</name>
|
|
<param>level1domain2id</param>
|
|
</item>
|
|
<item>
|
|
<name>cleanup</name>
|
|
<value>true</value>
|
|
</item>
|
|
</parameters>
|
|
</command>
|
|
|
|
|
|
</delegatedadmin>
|