|
InfluxDB PHP Client
|
Public Member Functions | |
| __construct (DefaultApi $defaultApi) | |
| deleteOrgsID ($org_id, $zap_trace_span=null) | |
| deleteOrgsIDWithHttpInfo ($org_id, $zap_trace_span=null) | |
| deleteOrgsIDMembersID ($user_id, $org_id, $zap_trace_span=null) | |
| deleteOrgsIDMembersIDWithHttpInfo ($user_id, $org_id, $zap_trace_span=null) | |
| deleteOrgsIDOwnersID ($user_id, $org_id, $zap_trace_span=null) | |
| deleteOrgsIDOwnersIDWithHttpInfo ($user_id, $org_id, $zap_trace_span=null) | |
| getOrgs ($zap_trace_span=null, $offset=null, $limit=20, $descending=false, $org=null, $org_id=null, $user_id=null) | |
| getOrgsWithHttpInfo ($zap_trace_span=null, $offset=null, $limit=20, $descending=false, $org=null, $org_id=null, $user_id=null) | |
| getOrgsID ($org_id, $zap_trace_span=null) | |
| getOrgsIDWithHttpInfo ($org_id, $zap_trace_span=null) | |
| getOrgsIDMembers ($org_id, $zap_trace_span=null) | |
| getOrgsIDMembersWithHttpInfo ($org_id, $zap_trace_span=null) | |
| getOrgsIDOwners ($org_id, $zap_trace_span=null) | |
| getOrgsIDOwnersWithHttpInfo ($org_id, $zap_trace_span=null) | |
| patchOrgsID ($org_id, $patch_organization_request, $zap_trace_span=null) | |
| patchOrgsIDWithHttpInfo ($org_id, $patch_organization_request, $zap_trace_span=null) | |
| postOrgs ($post_organization_request, $zap_trace_span=null) | |
| postOrgsWithHttpInfo ($post_organization_request, $zap_trace_span=null) | |
| postOrgsIDMembers ($org_id, $add_resource_member_request_body, $zap_trace_span=null) | |
| postOrgsIDMembersWithHttpInfo ($org_id, $add_resource_member_request_body, $zap_trace_span=null) | |
| postOrgsIDOwners ($org_id, $add_resource_member_request_body, $zap_trace_span=null) | |
| postOrgsIDOwnersWithHttpInfo ($org_id, $add_resource_member_request_body, $zap_trace_span=null) | |
Protected Member Functions | |
| deleteOrgsIDRequest ($org_id, $zap_trace_span=null) | |
| deleteOrgsIDMembersIDRequest ($user_id, $org_id, $zap_trace_span=null) | |
| deleteOrgsIDOwnersIDRequest ($user_id, $org_id, $zap_trace_span=null) | |
| getOrgsRequest ($zap_trace_span=null, $offset=null, $limit=20, $descending=false, $org=null, $org_id=null, $user_id=null) | |
| getOrgsIDRequest ($org_id, $zap_trace_span=null) | |
| getOrgsIDMembersRequest ($org_id, $zap_trace_span=null) | |
| getOrgsIDOwnersRequest ($org_id, $zap_trace_span=null) | |
| patchOrgsIDRequest ($org_id, $patch_organization_request, $zap_trace_span=null) | |
| postOrgsRequest ($post_organization_request, $zap_trace_span=null) | |
| postOrgsIDMembersRequest ($org_id, $add_resource_member_request_body, $zap_trace_span=null) | |
| postOrgsIDOwnersRequest ($org_id, $add_resource_member_request_body, $zap_trace_span=null) | |
Protected Attributes | |
| $defaultApi | |
| $headerSelector | |
| InfluxDB2\Service\OrganizationsService::__construct | ( | DefaultApi | $defaultApi | ) |
| DefaultApi | $defaultApi | |
| HeaderSelector | $selector |
| InfluxDB2\Service\OrganizationsService::deleteOrgsID | ( | $org_id, | |
| $zap_trace_span = null ) |
Operation deleteOrgsID
Delete an organization
| string | $org_id | The ID of the organization to delete. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::deleteOrgsIDMembersID | ( | $user_id, | |
| $org_id, | |||
| $zap_trace_span = null ) |
Operation deleteOrgsIDMembersID
Remove a member from an organization
| string | $user_id | The ID of the member to remove. (required) |
| string | $org_id | The organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteOrgsIDMembersID'
| string | $user_id | The ID of the member to remove. (required) |
| string | $org_id | The organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::deleteOrgsIDMembersIDWithHttpInfo | ( | $user_id, | |
| $org_id, | |||
| $zap_trace_span = null ) |
Operation deleteOrgsIDMembersIDWithHttpInfo
Remove a member from an organization
| string | $user_id | The ID of the member to remove. (required) |
| string | $org_id | The organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::deleteOrgsIDOwnersID | ( | $user_id, | |
| $org_id, | |||
| $zap_trace_span = null ) |
Operation deleteOrgsIDOwnersID
Remove an owner from an organization
| string | $user_id | The ID of the owner to remove. (required) |
| string | $org_id | The organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteOrgsIDOwnersID'
| string | $user_id | The ID of the owner to remove. (required) |
| string | $org_id | The organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::deleteOrgsIDOwnersIDWithHttpInfo | ( | $user_id, | |
| $org_id, | |||
| $zap_trace_span = null ) |
Operation deleteOrgsIDOwnersIDWithHttpInfo
Remove an owner from an organization
| string | $user_id | The ID of the owner to remove. (required) |
| string | $org_id | The organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'deleteOrgsID'
| string | $org_id | The ID of the organization to delete. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::deleteOrgsIDWithHttpInfo | ( | $org_id, | |
| $zap_trace_span = null ) |
Operation deleteOrgsIDWithHttpInfo
Delete an organization
| string | $org_id | The ID of the organization to delete. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::getOrgs | ( | $zap_trace_span = null, | |
| $offset = null, | |||
| $limit = 20, | |||
| $descending = false, | |||
| $org = null, | |||
| $org_id = null, | |||
| $user_id = null ) |
Operation getOrgs
List organizations
| string | $zap_trace_span | OpenTracing span context (optional) |
| int | $offset | The offset for pagination. The number of records to skip. (optional) |
| int | $limit | Limits the number of records returned. Default is `20`. (optional, default to 20) |
| bool | $descending | descending (optional, default to false) |
| string | $org | An organization name. Only returns organizations with this name. (optional) |
| string | $org_id | An organization ID. Only returns the organization with this ID. (optional) |
| string | $user_id | A user ID. Only returns organizations where this user is a member or owner. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::getOrgsID | ( | $org_id, | |
| $zap_trace_span = null ) |
Operation getOrgsID
Retrieve an organization
| string | $org_id | The ID of the organization to get. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::getOrgsIDMembers | ( | $org_id, | |
| $zap_trace_span = null ) |
Operation getOrgsIDMembers
List all members of an organization
| string | $org_id | The organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getOrgsIDMembers'
| string | $org_id | The organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::getOrgsIDMembersWithHttpInfo | ( | $org_id, | |
| $zap_trace_span = null ) |
Operation getOrgsIDMembersWithHttpInfo
List all members of an organization
| string | $org_id | The organization ID. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::getOrgsIDOwners | ( | $org_id, | |
| $zap_trace_span = null ) |
Operation getOrgsIDOwners
List all owners of an organization
| string | $org_id | The ID of the organization to list owners for. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getOrgsIDOwners'
| string | $org_id | The ID of the organization to list owners for. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::getOrgsIDOwnersWithHttpInfo | ( | $org_id, | |
| $zap_trace_span = null ) |
Operation getOrgsIDOwnersWithHttpInfo
List all owners of an organization
| string | $org_id | The ID of the organization to list owners for. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getOrgsID'
| string | $org_id | The ID of the organization to get. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::getOrgsIDWithHttpInfo | ( | $org_id, | |
| $zap_trace_span = null ) |
Operation getOrgsIDWithHttpInfo
Retrieve an organization
| string | $org_id | The ID of the organization to get. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'getOrgs'
| string | $zap_trace_span | OpenTracing span context (optional) |
| int | $offset | The offset for pagination. The number of records to skip. (optional) |
| int | $limit | Limits the number of records returned. Default is `20`. (optional, default to 20) |
| bool | $descending | (optional, default to false) |
| string | $org | An organization name. Only returns organizations with this name. (optional) |
| string | $org_id | An organization ID. Only returns the organization with this ID. (optional) |
| string | $user_id | A user ID. Only returns organizations where this user is a member or owner. (optional) |
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::getOrgsWithHttpInfo | ( | $zap_trace_span = null, | |
| $offset = null, | |||
| $limit = 20, | |||
| $descending = false, | |||
| $org = null, | |||
| $org_id = null, | |||
| $user_id = null ) |
Operation getOrgsWithHttpInfo
List organizations
| string | $zap_trace_span | OpenTracing span context (optional) |
| int | $offset | The offset for pagination. The number of records to skip. (optional) |
| int | $limit | Limits the number of records returned. Default is `20`. (optional, default to 20) |
| bool | $descending | (optional, default to false) |
| string | $org | An organization name. Only returns organizations with this name. (optional) |
| string | $org_id | An organization ID. Only returns the organization with this ID. (optional) |
| string | $user_id | A user ID. Only returns organizations where this user is a member or owner. (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::patchOrgsID | ( | $org_id, | |
| $patch_organization_request, | |||
| $zap_trace_span = null ) |
Operation patchOrgsID
Update an organization
| string | $org_id | The ID of the organization to get. (required) |
| \InfluxDB2\Model\PatchOrganizationRequest | $patch_organization_request | Organization update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'patchOrgsID'
| string | $org_id | The ID of the organization to get. (required) |
| \InfluxDB2\Model\PatchOrganizationRequest | $patch_organization_request | Organization update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::patchOrgsIDWithHttpInfo | ( | $org_id, | |
| $patch_organization_request, | |||
| $zap_trace_span = null ) |
Operation patchOrgsIDWithHttpInfo
Update an organization
| string | $org_id | The ID of the organization to get. (required) |
| \InfluxDB2\Model\PatchOrganizationRequest | $patch_organization_request | Organization update to apply (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::postOrgs | ( | $post_organization_request, | |
| $zap_trace_span = null ) |
Operation postOrgs
Create an organization
| \InfluxDB2\Model\PostOrganizationRequest | $post_organization_request | The organization to create. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::postOrgsIDMembers | ( | $org_id, | |
| $add_resource_member_request_body, | |||
| $zap_trace_span = null ) |
Operation postOrgsIDMembers
Add a member to an organization
| string | $org_id | The organization 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 'postOrgsIDMembers'
| string | $org_id | The organization 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\OrganizationsService::postOrgsIDMembersWithHttpInfo | ( | $org_id, | |
| $add_resource_member_request_body, | |||
| $zap_trace_span = null ) |
Operation postOrgsIDMembersWithHttpInfo
Add a member to an organization
| string | $org_id | The organization 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\OrganizationsService::postOrgsIDOwners | ( | $org_id, | |
| $add_resource_member_request_body, | |||
| $zap_trace_span = null ) |
Operation postOrgsIDOwners
Add an owner to an organization
| string | $org_id | The ID of the organization that you want to add an owner for. (required) |
| \InfluxDB2\Model\AddResourceMemberRequestBody | $add_resource_member_request_body | The user to add as an owner of the organization. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postOrgsIDOwners'
| string | $org_id | The ID of the organization that you want to add an owner for. (required) |
| \InfluxDB2\Model\AddResourceMemberRequestBody | $add_resource_member_request_body | The user to add as an owner of the organization. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::postOrgsIDOwnersWithHttpInfo | ( | $org_id, | |
| $add_resource_member_request_body, | |||
| $zap_trace_span = null ) |
Operation postOrgsIDOwnersWithHttpInfo
Add an owner to an organization
| string | $org_id | The ID of the organization that you want to add an owner for. (required) |
| \InfluxDB2\Model\AddResourceMemberRequestBody | $add_resource_member_request_body | The user to add as an owner of the organization. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
|
protected |
Create request for operation 'postOrgs'
| \InfluxDB2\Model\PostOrganizationRequest | $post_organization_request | The organization to create. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
| InfluxDB2\Service\OrganizationsService::postOrgsWithHttpInfo | ( | $post_organization_request, | |
| $zap_trace_span = null ) |
Operation postOrgsWithHttpInfo
Create an organization
| \InfluxDB2\Model\PostOrganizationRequest | $post_organization_request | The organization to create. (required) |
| string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException