The account ID for this command.
The account ID for this command. This is the same as serviceInfo.uuid and
is provided for convenience.
The application domain of this command.
The application domain of this command.
Computes the URL that will be used in the HTTP call.
Computes the URL that will be used in the HTTP call. The URL does not contain any needed parameters.
A set of all the HTTP status codes that are considered a failure for this command.
A set of all the HTTP status codes that are considered a failure for this command.
The HTTP method by which the command is implemented.
The HTTP method by which the command is implemented.
The HTTP query parameters that are set by this command.
The HTTP query parameters that are set by this command.
Provides the HTTP request body, if any.
Provides the HTTP request body, if any.
The HTTP request headers that are set by this command.
The HTTP request headers that are set by this command.
Type-safe keys for HTTP response headers that are specific to this command.
Type-safe keys for HTTP response headers that are specific to this command.
These usually correspond to Pithos-specific headers, not general-purpose
HTTP response headers but there may be exceptions.
Each command must document which keys it supports.
The keys for extra result data pertaining to this command.
The keys for extra result data pertaining to this command.
Normally, the data that the keys refer to will be parsed
from the HTTP response body (XML or JSON).
Computes that URL path parts that will follow the Pithos+ server URL in the HTTP call.
Computes that URL path parts that will follow the Pithos+ server URL in the HTTP call.
Specifies the target against which the command will be executed.
Specifies the target against which the command will be executed. This includes the Pithos+ server and the Pithos+ user id and token.
A set of all the HTTP status codes that are considered a success for this command.
A set of all the HTTP status codes that are considered a success for this command.