InfluxDB PHP Client
|
Public Member Functions | |
__construct (DefaultApi $defaultApi) | |
deleteScrapersID ($scraper_target_id, $zap_trace_span=null) | |
deleteScrapersIDWithHttpInfo ($scraper_target_id, $zap_trace_span=null) | |
deleteScrapersIDLabelsID ($scraper_target_id, $label_id, $zap_trace_span=null) | |
deleteScrapersIDLabelsIDWithHttpInfo ($scraper_target_id, $label_id, $zap_trace_span=null) | |
deleteScrapersIDMembersID ($user_id, $scraper_target_id, $zap_trace_span=null) | |
deleteScrapersIDMembersIDWithHttpInfo ($user_id, $scraper_target_id, $zap_trace_span=null) | |
deleteScrapersIDOwnersID ($user_id, $scraper_target_id, $zap_trace_span=null) | |
deleteScrapersIDOwnersIDWithHttpInfo ($user_id, $scraper_target_id, $zap_trace_span=null) | |
getScrapers ($zap_trace_span=null, $name=null, $id=null, $org_id=null, $org=null) | |
getScrapersWithHttpInfo ($zap_trace_span=null, $name=null, $id=null, $org_id=null, $org=null) | |
getScrapersID ($scraper_target_id, $zap_trace_span=null) | |
getScrapersIDWithHttpInfo ($scraper_target_id, $zap_trace_span=null) | |
getScrapersIDLabels ($scraper_target_id, $zap_trace_span=null) | |
getScrapersIDLabelsWithHttpInfo ($scraper_target_id, $zap_trace_span=null) | |
getScrapersIDMembers ($scraper_target_id, $zap_trace_span=null) | |
getScrapersIDMembersWithHttpInfo ($scraper_target_id, $zap_trace_span=null) | |
getScrapersIDOwners ($scraper_target_id, $zap_trace_span=null) | |
getScrapersIDOwnersWithHttpInfo ($scraper_target_id, $zap_trace_span=null) | |
patchScrapersID ($scraper_target_id, $scraper_target_request, $zap_trace_span=null) | |
patchScrapersIDWithHttpInfo ($scraper_target_id, $scraper_target_request, $zap_trace_span=null) | |
postScrapers ($scraper_target_request, $zap_trace_span=null) | |
postScrapersWithHttpInfo ($scraper_target_request, $zap_trace_span=null) | |
postScrapersIDLabels ($scraper_target_id, $label_mapping, $zap_trace_span=null) | |
postScrapersIDLabelsWithHttpInfo ($scraper_target_id, $label_mapping, $zap_trace_span=null) | |
postScrapersIDMembers ($scraper_target_id, $add_resource_member_request_body, $zap_trace_span=null) | |
postScrapersIDMembersWithHttpInfo ($scraper_target_id, $add_resource_member_request_body, $zap_trace_span=null) | |
postScrapersIDOwners ($scraper_target_id, $add_resource_member_request_body, $zap_trace_span=null) | |
postScrapersIDOwnersWithHttpInfo ($scraper_target_id, $add_resource_member_request_body, $zap_trace_span=null) | |
Protected Member Functions | |
deleteScrapersIDRequest ($scraper_target_id, $zap_trace_span=null) | |
deleteScrapersIDLabelsIDRequest ($scraper_target_id, $label_id, $zap_trace_span=null) | |
deleteScrapersIDMembersIDRequest ($user_id, $scraper_target_id, $zap_trace_span=null) | |
deleteScrapersIDOwnersIDRequest ($user_id, $scraper_target_id, $zap_trace_span=null) | |
getScrapersRequest ($zap_trace_span=null, $name=null, $id=null, $org_id=null, $org=null) | |
getScrapersIDRequest ($scraper_target_id, $zap_trace_span=null) | |
getScrapersIDLabelsRequest ($scraper_target_id, $zap_trace_span=null) | |
getScrapersIDMembersRequest ($scraper_target_id, $zap_trace_span=null) | |
getScrapersIDOwnersRequest ($scraper_target_id, $zap_trace_span=null) | |
patchScrapersIDRequest ($scraper_target_id, $scraper_target_request, $zap_trace_span=null) | |
postScrapersRequest ($scraper_target_request, $zap_trace_span=null) | |
postScrapersIDLabelsRequest ($scraper_target_id, $label_mapping, $zap_trace_span=null) | |
postScrapersIDMembersRequest ($scraper_target_id, $add_resource_member_request_body, $zap_trace_span=null) | |
postScrapersIDOwnersRequest ($scraper_target_id, $add_resource_member_request_body, $zap_trace_span=null) | |
Protected Attributes | |
$defaultApi | |
$headerSelector | |
InfluxDB2\Service\ScraperTargetsService::__construct | ( | DefaultApi | $defaultApi | ) |
DefaultApi | $defaultApi | |
HeaderSelector | $selector |
InfluxDB2\Service\ScraperTargetsService::deleteScrapersID | ( | $scraper_target_id, | |
$zap_trace_span = null ) |
Operation deleteScrapersID
Delete a scraper target
string | $scraper_target_id | The identifier of the scraper target. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::deleteScrapersIDLabelsID | ( | $scraper_target_id, | |
$label_id, | |||
$zap_trace_span = null ) |
Operation deleteScrapersIDLabelsID
Delete a label from a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
string | $label_id | The label ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteScrapersIDLabelsID'
string | $scraper_target_id | The scraper target ID. (required) |
string | $label_id | The label ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::deleteScrapersIDLabelsIDWithHttpInfo | ( | $scraper_target_id, | |
$label_id, | |||
$zap_trace_span = null ) |
Operation deleteScrapersIDLabelsIDWithHttpInfo
Delete a label from a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
string | $label_id | The label ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::deleteScrapersIDMembersID | ( | $user_id, | |
$scraper_target_id, | |||
$zap_trace_span = null ) |
Operation deleteScrapersIDMembersID
Remove a member from a scraper target
string | $user_id | The ID of member to remove. (required) |
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteScrapersIDMembersID'
string | $user_id | The ID of member to remove. (required) |
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::deleteScrapersIDMembersIDWithHttpInfo | ( | $user_id, | |
$scraper_target_id, | |||
$zap_trace_span = null ) |
Operation deleteScrapersIDMembersIDWithHttpInfo
Remove a member from a scraper target
string | $user_id | The ID of member to remove. (required) |
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::deleteScrapersIDOwnersID | ( | $user_id, | |
$scraper_target_id, | |||
$zap_trace_span = null ) |
Operation deleteScrapersIDOwnersID
Remove an owner from a scraper target
string | $user_id | The ID of owner to remove. (required) |
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteScrapersIDOwnersID'
string | $user_id | The ID of owner to remove. (required) |
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::deleteScrapersIDOwnersIDWithHttpInfo | ( | $user_id, | |
$scraper_target_id, | |||
$zap_trace_span = null ) |
Operation deleteScrapersIDOwnersIDWithHttpInfo
Remove an owner from a scraper target
string | $user_id | The ID of owner to remove. (required) |
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteScrapersID'
string | $scraper_target_id | The identifier of the scraper target. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::deleteScrapersIDWithHttpInfo | ( | $scraper_target_id, | |
$zap_trace_span = null ) |
Operation deleteScrapersIDWithHttpInfo
Delete a scraper target
string | $scraper_target_id | The identifier of the scraper target. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::getScrapers | ( | $zap_trace_span = null, | |
$name = null, | |||
$id = null, | |||
$org_id = null, | |||
$org = null ) |
Operation getScrapers
List all scraper targets
string | $zap_trace_span | OpenTracing span context (optional) |
string | $name | Specifies the name of the scraper target. (optional) |
string[] | $id | List of scraper target IDs to return. If both `id` and `owner` are specified, only `id` is used. (optional) |
string | $org_id | Specifies the organization ID of the scraper target. (optional) |
string | $org | Specifies the organization name of the scraper target. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::getScrapersID | ( | $scraper_target_id, | |
$zap_trace_span = null ) |
Operation getScrapersID
Retrieve a scraper target
string | $scraper_target_id | The identifier of the scraper target. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::getScrapersIDLabels | ( | $scraper_target_id, | |
$zap_trace_span = null ) |
Operation getScrapersIDLabels
List all labels for a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getScrapersIDLabels'
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::getScrapersIDLabelsWithHttpInfo | ( | $scraper_target_id, | |
$zap_trace_span = null ) |
Operation getScrapersIDLabelsWithHttpInfo
List all labels for a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::getScrapersIDMembers | ( | $scraper_target_id, | |
$zap_trace_span = null ) |
Operation getScrapersIDMembers
List all users with member privileges for a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getScrapersIDMembers'
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::getScrapersIDMembersWithHttpInfo | ( | $scraper_target_id, | |
$zap_trace_span = null ) |
Operation getScrapersIDMembersWithHttpInfo
List all users with member privileges for a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::getScrapersIDOwners | ( | $scraper_target_id, | |
$zap_trace_span = null ) |
Operation getScrapersIDOwners
List all owners of a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getScrapersIDOwners'
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::getScrapersIDOwnersWithHttpInfo | ( | $scraper_target_id, | |
$zap_trace_span = null ) |
Operation getScrapersIDOwnersWithHttpInfo
List all owners of a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getScrapersID'
string | $scraper_target_id | The identifier of the scraper target. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::getScrapersIDWithHttpInfo | ( | $scraper_target_id, | |
$zap_trace_span = null ) |
Operation getScrapersIDWithHttpInfo
Retrieve a scraper target
string | $scraper_target_id | The identifier of the scraper target. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getScrapers'
string | $zap_trace_span | OpenTracing span context (optional) |
string | $name | Specifies the name of the scraper target. (optional) |
string[] | $id | List of scraper target IDs to return. If both `id` and `owner` are specified, only `id` is used. (optional) |
string | $org_id | Specifies the organization ID of the scraper target. (optional) |
string | $org | Specifies the organization name of the scraper target. (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::getScrapersWithHttpInfo | ( | $zap_trace_span = null, | |
$name = null, | |||
$id = null, | |||
$org_id = null, | |||
$org = null ) |
Operation getScrapersWithHttpInfo
List all scraper targets
string | $zap_trace_span | OpenTracing span context (optional) |
string | $name | Specifies the name of the scraper target. (optional) |
string[] | $id | List of scraper target IDs to return. If both `id` and `owner` are specified, only `id` is used. (optional) |
string | $org_id | Specifies the organization ID of the scraper target. (optional) |
string | $org | Specifies the organization name of the scraper target. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::patchScrapersID | ( | $scraper_target_id, | |
$scraper_target_request, | |||
$zap_trace_span = null ) |
Operation patchScrapersID
Update a scraper target
string | $scraper_target_id | The identifier of the scraper target. (required) |
\InfluxDB2\Model\ScraperTargetRequest | $scraper_target_request | Scraper target update to apply (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'patchScrapersID'
string | $scraper_target_id | The identifier of the scraper target. (required) |
\InfluxDB2\Model\ScraperTargetRequest | $scraper_target_request | Scraper target update to apply (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::patchScrapersIDWithHttpInfo | ( | $scraper_target_id, | |
$scraper_target_request, | |||
$zap_trace_span = null ) |
Operation patchScrapersIDWithHttpInfo
Update a scraper target
string | $scraper_target_id | The identifier of the scraper target. (required) |
\InfluxDB2\Model\ScraperTargetRequest | $scraper_target_request | Scraper target update to apply (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::postScrapers | ( | $scraper_target_request, | |
$zap_trace_span = null ) |
Operation postScrapers
Create a scraper target
\InfluxDB2\Model\ScraperTargetRequest | $scraper_target_request | Scraper target to create (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::postScrapersIDLabels | ( | $scraper_target_id, | |
$label_mapping, | |||
$zap_trace_span = null ) |
Operation postScrapersIDLabels
Add a label to a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
\InfluxDB2\Model\LabelMapping | $label_mapping | Label to add (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postScrapersIDLabels'
string | $scraper_target_id | The scraper target ID. (required) |
\InfluxDB2\Model\LabelMapping | $label_mapping | Label to add (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::postScrapersIDLabelsWithHttpInfo | ( | $scraper_target_id, | |
$label_mapping, | |||
$zap_trace_span = null ) |
Operation postScrapersIDLabelsWithHttpInfo
Add a label to a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
\InfluxDB2\Model\LabelMapping | $label_mapping | Label to add (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::postScrapersIDMembers | ( | $scraper_target_id, | |
$add_resource_member_request_body, | |||
$zap_trace_span = null ) |
Operation postScrapersIDMembers
Add a member to a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
\InfluxDB2\Model\AddResourceMemberRequestBody | $add_resource_member_request_body | User to add as member (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postScrapersIDMembers'
string | $scraper_target_id | The scraper target ID. (required) |
\InfluxDB2\Model\AddResourceMemberRequestBody | $add_resource_member_request_body | User to add as member (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::postScrapersIDMembersWithHttpInfo | ( | $scraper_target_id, | |
$add_resource_member_request_body, | |||
$zap_trace_span = null ) |
Operation postScrapersIDMembersWithHttpInfo
Add a member to a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
\InfluxDB2\Model\AddResourceMemberRequestBody | $add_resource_member_request_body | User to add as member (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::postScrapersIDOwners | ( | $scraper_target_id, | |
$add_resource_member_request_body, | |||
$zap_trace_span = null ) |
Operation postScrapersIDOwners
Add an owner to a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
\InfluxDB2\Model\AddResourceMemberRequestBody | $add_resource_member_request_body | User to add as owner (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postScrapersIDOwners'
string | $scraper_target_id | The scraper target ID. (required) |
\InfluxDB2\Model\AddResourceMemberRequestBody | $add_resource_member_request_body | User to add as owner (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::postScrapersIDOwnersWithHttpInfo | ( | $scraper_target_id, | |
$add_resource_member_request_body, | |||
$zap_trace_span = null ) |
Operation postScrapersIDOwnersWithHttpInfo
Add an owner to a scraper target
string | $scraper_target_id | The scraper target ID. (required) |
\InfluxDB2\Model\AddResourceMemberRequestBody | $add_resource_member_request_body | User to add as owner (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postScrapers'
\InfluxDB2\Model\ScraperTargetRequest | $scraper_target_request | Scraper target to create (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\ScraperTargetsService::postScrapersWithHttpInfo | ( | $scraper_target_request, | |
$zap_trace_span = null ) |
Operation postScrapersWithHttpInfo
Create a scraper target
\InfluxDB2\Model\ScraperTargetRequest | $scraper_target_request | Scraper target to create (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException