OrganizationsEnvironmentsAnalyticsExports
class OrganizationsEnvironmentsAnalyticsExports extends Resource (View source)
The "exports" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$exports = $apigeeService->organizations_environments_analytics_exports;
Methods
Submit a data export job to be processed in the background. If the request is
successful, the API returns a 201 status, a URI that can be used to retrieve
the status of the export job, and the state
value of "enqueued".
Gets the details and status of an analytics export job. If the export job is
still in progress, its state
is set to "running". After the export job has
completed successfully, its state
is set to "completed". If the export job
fails, its state
is set to failed
. (exports.get)
Lists the details and status of all analytics export jobs belonging to the parent organization and environment.
Details
GoogleCloudApigeeV1Export
create(string $parent, GoogleCloudApigeeV1ExportRequest $postBody, array $optParams = [])
Submit a data export job to be processed in the background. If the request is
successful, the API returns a 201 status, a URI that can be used to retrieve
the status of the export job, and the state
value of "enqueued".
(exports.create)
GoogleCloudApigeeV1Export
get(string $name, array $optParams = [])
Gets the details and status of an analytics export job. If the export job is
still in progress, its state
is set to "running". After the export job has
completed successfully, its state
is set to "completed". If the export job
fails, its state
is set to failed
. (exports.get)
GoogleCloudApigeeV1ListExportsResponse
listOrganizationsEnvironmentsAnalyticsExports(string $parent, array $optParams = [])
Lists the details and status of all analytics export jobs belonging to the parent organization and environment.
(exports.listOrganizationsEnvironmentsAnalyticsExports)