dev/spec.yml in linodeapi-1.0.0 vs dev/spec.yml in linodeapi-1.0.1
- old
+ new
@@ -1474,121 +1474,10 @@
- required: true
- type: :numeric
- throws:
- NOTFOUND
- VALIDATION
-professionalservices:
- scope:
- create:
- - desc: Creates a new Professional Services scope submission
- - params:
- - application_quantity:
- - desc: How many separate applications or websites are involved in this migration?
- - required: false
- - type: :string
- - content_management:
- - desc: Centralized interfaces for editing, organizing, and publishing content
- - required: false
- - type: :string
- - crossover:
- - desc: These can assist in providing reliable crossover--failures of individual
- components can be transparent to the application.
- - required: false
- - type: :string
- - current_provider:
- - desc: ''
- - required: false
- - type: :string
- - customer_name:
- - desc: ''
- - required: false
- - type: :string
- - database_server:
- - desc: Generally used by applications to provide an organized way to capture
- and manipulate data
- - required: false
- - type: :string
- - email_address:
- - desc: ''
- - required: false
- - type: :string
- - linode_datacenter:
- - desc: Which datacenters would you like your Linodes to be deployed in?
- - required: false
- - type: :string
- - linode_plan:
- - desc: Which Linode plans would you like to deploy?
- - required: false
- - type: :string
- - mail_filtering:
- - desc: Services here manipulate recieved messages in various ways
- - required: false
- - type: :string
- - mail_retrieval:
- - desc: User mail clients connect to these to retrieve delivered mail
- - required: false
- - type: :string
- - mail_transfer:
- - desc: Mail transfer agents facilitate message transfer between servers
- - required: false
- - type: :string
- - managed:
- - desc: ''
- - required: false
- - type: :string
- - monitoring:
- - desc: Constant monitoring of your deployed systems--these can also provide
- automatic notifications for service failures.
- - required: false
- - type: :string
- - notes:
- - desc: ''
- - required: false
- - type: :string
- - phone_number:
- - desc: ''
- - required: false
- - type: :string
- - provider_access:
- - desc: What types of server access do you have at your current provider?
- - required: false
- - type: :string
- - replication:
- - desc: Redundant services often have shared state--replication automatically
- propagates state changes between individual components.
- - required: false
- - type: :string
- - requested_service:
- - desc: ''
- - required: false
- - type: :string
- - server_quantity:
- - desc: How many separate servers are involved in this migration?
- - required: false
- - type: :string
- - system_administration:
- - desc: Various web interfaces for performing system administration tasks
- - required: false
- - type: :string
- - ticket_number:
- - desc: ''
- - required: false
- - type: :string
- - web_cache:
- - desc: Caching mechanisms provide temporary storage for web requests--cached
- content can generally be retrieved faster.
- - required: false
- - type: :string
- - web_server:
- - desc: These provide network protocol handling for hosting websites.
- - required: false
- - type: :string
- - webmail:
- - desc: Access and administrate mail via web interfaces
- - required: false
- - type: :string
- - throws: []
stackscript:
create:
- desc: Create a StackScript.
- params:
- description:
@@ -1678,10 +1567,11 @@
- throws: []
user:
getapikey:
- desc: Authenticates a Linode Manager user against their username, password, and
two-factor token (when enabled), and then returns a new API key, which can be
- used until it expires. The number of active keys is limited to 20.
+ used until it expires. The number of active keys is limited to 20. Batch requests
+ will be rejected if they include this API action.
- params:
- expires:
- desc: Number of hours the key will remain valid, between 0 and 8760. 0 means
no expiration. Defaults to 168.
- required: false