Overview
Error Handling

Methods

API Documentation (API Version bleed)

Meta/Timing/

DESCRIPTION

This API Namespace is used for methods relating to the timing and scheduling of other API methods.

defer

URL:

https://api.liquidweb.com/bleed/Meta/Timing/defer

Description:

Defer execution of an api method for an absolute duration of time. Returns a uuid that can be used to check on the status of the execution at a later date.

Parameters:

ParameterTypeNotes
methodA correctly formed absolute path* Required
parametersAn associative array of arbitrary keys and values.
secondsA non-negative integer value (i.e. 0 and up).* Required
versionOne of: 'bleed', 'v1', 'v2'* Optional
  • Defaults to: bleed

Returns:

FieldType
codeA valid UUID (Universally Unique IDentifier).

Possible Errors:

Refer to the Error Handling documentation for the list of exception types