����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 3.19.76.4 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/public_html/vendor/rackspace/php-opencloud/doc/services/orchestration/ |
Upload File : |
Orchestration v1 ================ .. include:: ../common/clients.sample.rst Orchestration service ~~~~~~~~~~~~~~~~~~~~~ Now to instantiate the Orchestration service: .. code-block:: php $service = $client->orchestrationService('{catalogName}', '{region}', '{urlType}'); .. include:: ../common/service-args.rst Operations ---------- .. toctree:: templates stacks resources resource-types build-info events Glossary -------- .. glossary:: template An Orchestration template is a JSON or YAML document that describes how a set of resources should be assembled to produce a working deployment. The template specifies what resources should be used, what attributes of these resources are parameterized and what information is output to the user when a template is instantiated. resource A resource is a template artifact that represents some component of your desired architecture (a Cloud Server, a group of scaled Cloud Servers, a load balancer, some configuration management system, and so forth). stack A stack is a running instance of a template. When a stack is created, the resources specified in the template are created. Further links ------------- - `Getting Started Guide for the API <http://docs.rackspace.com/orchestration/api/v1/orchestration-getting-started/content/DB_Overview.html>`_ - `API Developer Guide <http://docs.rackspace.com/orchestration/api/v1/orchestration-devguide/content/overview.html>`_ - `API release history <http://docs.rackspace.com/orchestration/api/v1/orchestration-getting-started/content/DB_Doc_Change_History.html>`_