blob: efa4adf8d193e4a0d6dfd65c86d3988d97bbc6e1 [file] [log] [blame]
# SOME DESCRIPTIVE TITLE.
# Copyright (C)
# This file is distributed under the same license as the Apache CloudStack Administration Documentation package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Apache CloudStack Administration Documentation 4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-03-31 14:08-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../api.rst:18
# c9f373cc299e447998a4b0c51d6b30e1
msgid "CloudStack API"
msgstr ""
#: ../../api.rst:20
# 4f31f79497784c4eb83f19285c8fc8d4
msgid "The CloudStack API is a low level API that has been used to implement the CloudStack web UIs. It is also a good basis for implementing other popular APIs such as EC2/S3 and emerging DMTF standards."
msgstr ""
#: ../../api.rst:24
# 0484938f098f467e94ea20aa2d3de1f0
msgid "Many CloudStack API calls are asynchronous. These will return a Job ID immediately when called. This Job ID can be used to query the status of the job later. Also, status calls on impacted resources will provide some indication of their state."
msgstr ""
#: ../../api.rst:29
# 59bb256e7c6841a89ab8fd907a34f08a
msgid "The API has a REST-like query basis and returns results in XML or JSON."
msgstr ""
#: ../../api.rst:31
# 3f40f7f90a3b4dd2a8b4ddbb30340800
msgid "See `the Developer’s Guide <https://cwiki.apache.org/confluence/display/CLOUDSTACK/Development+101>`_ and `the API Reference <http://cloudstack.apache.org/docs/api/>`_."
msgstr ""
#: ../../api.rst:35
# 850a1709dc05430b81c947813bf2c387
msgid "Provisioning and Authentication API"
msgstr ""
#: ../../api.rst:37
# 4b899aee7aa147bbb8cbe8cc3fdd3436
msgid "CloudStack expects that a customer will have their own user provisioning infrastructure. It provides APIs to integrate with these existing systems where the systems call out to CloudStack to add/remove users.."
msgstr ""
#: ../../api.rst:41
# d1809ac4f63b4171bd2bf7449f9af520
msgid "CloudStack supports pluggable authenticators. By default, CloudStack assumes it is provisioned with the user’s password, and as a result authentication is done locally. However, external authentication is possible as well. For example, see Using an LDAP Server for User Authentication."
msgstr ""
#: ../../api.rst:48
# e0f1a61ca7404d2fbe4cfa7a466e23a6
msgid "User Data and Meta Data"
msgstr ""
#: ../../api.rst:50
# 4921f2bf02984bc0a308cc391af4cabf
msgid "CloudStack provides API access to attach up to 32KB of user data to a deployed VM. Deployed VMs also have access to instance metadata via the virtual router."
msgstr ""
#: ../../api.rst:54
# 076533995e0345db90168c6278c3460b
msgid "User data can be accessed once the IP address of the virtual router is known. Once the IP address is known, use the following steps to access the user data:"
msgstr ""
#: ../../api.rst:58
# cf43f38848f845f4a34393092ae8b81e
msgid "Run the following command to find the virtual router."
msgstr ""
#: ../../api.rst:64
# 6fff13e87cff49809caebf13b8fa61cb
msgid "Access user data by running the following command using the result of the above command"
msgstr ""
#: ../../api.rst:71
# cd37cb5d158343c29780503c5bca4540
msgid "Meta Data can be accessed similarly, using a URL of the form http://10.1.1.1/latest/meta-data/{metadata type}. (For backwards compatibility, the previous URL http://10.1.1.1/latest/{metadata type} is also supported.) For metadata type, use one of the following:"
msgstr ""
#: ../../api.rst:78
# e84e13e6d81f41fda2e53325bcf8196b
msgid "service-offering. A description of the VMs service offering"
msgstr ""
#: ../../api.rst:82
# 62048249f8d2494db34980c3b1862e5b
msgid "availability-zone. The Zone name"
msgstr ""
#: ../../api.rst:86
# 7463be88f12e49e8aac8925ca6a5884f
msgid "local-ipv4. The guest IP of the VM"
msgstr ""
#: ../../api.rst:90
# ba16b21040764726a1202dde1d4e83d6
msgid "local-hostname. The hostname of the VM"
msgstr ""
#: ../../api.rst:94
# 363adc60e20b4bfcb51004281919f11e
msgid "public-ipv4. The first public IP for the router. (E.g. the first IP of eth2)"
msgstr ""
#: ../../api.rst:99
# 352781028d6f46f1b95f08adccbb1ff2
msgid "public-hostname. This is the same as public-ipv4"
msgstr ""
#: ../../api.rst:103
# dc787ff8567442788d44cf46ab9a6462
msgid "instance-id. The instance name of the VM"
msgstr ""