InfluxDB PHP Client
|
Public Member Functions | |
__construct (ClientInterface $client=null, Configuration $config=null, HeaderSelector $selector=null) | |
getConfig () | |
deleteDashboardsIDCellsID ($dashboard_id, $cell_id, $zap_trace_span=null) | |
deleteDashboardsIDCellsIDWithHttpInfo ($dashboard_id, $cell_id, $zap_trace_span=null) | |
deleteDashboardsIDCellsIDAsync ($dashboard_id, $cell_id, $zap_trace_span=null) | |
deleteDashboardsIDCellsIDAsyncWithHttpInfo ($dashboard_id, $cell_id, $zap_trace_span=null) | |
getDashboardsIDCellsIDView ($dashboard_id, $cell_id, $zap_trace_span=null) | |
getDashboardsIDCellsIDViewWithHttpInfo ($dashboard_id, $cell_id, $zap_trace_span=null) | |
getDashboardsIDCellsIDViewAsync ($dashboard_id, $cell_id, $zap_trace_span=null) | |
getDashboardsIDCellsIDViewAsyncWithHttpInfo ($dashboard_id, $cell_id, $zap_trace_span=null) | |
patchDashboardsIDCellsID ($dashboard_id, $cell_id, $cell_update, $zap_trace_span=null) | |
patchDashboardsIDCellsIDWithHttpInfo ($dashboard_id, $cell_id, $cell_update, $zap_trace_span=null) | |
patchDashboardsIDCellsIDAsync ($dashboard_id, $cell_id, $cell_update, $zap_trace_span=null) | |
patchDashboardsIDCellsIDAsyncWithHttpInfo ($dashboard_id, $cell_id, $cell_update, $zap_trace_span=null) | |
patchDashboardsIDCellsIDView ($dashboard_id, $cell_id, $view, $zap_trace_span=null) | |
patchDashboardsIDCellsIDViewWithHttpInfo ($dashboard_id, $cell_id, $view, $zap_trace_span=null) | |
patchDashboardsIDCellsIDViewAsync ($dashboard_id, $cell_id, $view, $zap_trace_span=null) | |
patchDashboardsIDCellsIDViewAsyncWithHttpInfo ($dashboard_id, $cell_id, $view, $zap_trace_span=null) | |
postDashboardsIDCells ($dashboard_id, $create_cell, $zap_trace_span=null) | |
postDashboardsIDCellsWithHttpInfo ($dashboard_id, $create_cell, $zap_trace_span=null) | |
postDashboardsIDCellsAsync ($dashboard_id, $create_cell, $zap_trace_span=null) | |
postDashboardsIDCellsAsyncWithHttpInfo ($dashboard_id, $create_cell, $zap_trace_span=null) | |
putDashboardsIDCells ($dashboard_id, $cell, $zap_trace_span=null) | |
putDashboardsIDCellsWithHttpInfo ($dashboard_id, $cell, $zap_trace_span=null) | |
putDashboardsIDCellsAsync ($dashboard_id, $cell, $zap_trace_span=null) | |
putDashboardsIDCellsAsyncWithHttpInfo ($dashboard_id, $cell, $zap_trace_span=null) | |
Protected Member Functions | |
deleteDashboardsIDCellsIDRequest ($dashboard_id, $cell_id, $zap_trace_span=null) | |
getDashboardsIDCellsIDViewRequest ($dashboard_id, $cell_id, $zap_trace_span=null) | |
patchDashboardsIDCellsIDRequest ($dashboard_id, $cell_id, $cell_update, $zap_trace_span=null) | |
patchDashboardsIDCellsIDViewRequest ($dashboard_id, $cell_id, $view, $zap_trace_span=null) | |
postDashboardsIDCellsRequest ($dashboard_id, $create_cell, $zap_trace_span=null) | |
putDashboardsIDCellsRequest ($dashboard_id, $cell, $zap_trace_span=null) | |
createHttpClientOption () | |
Protected Attributes | |
$client | |
$config | |
$headerSelector | |
InfluxDB2\Service\CellsService::__construct | ( | ClientInterface | $client = null , |
Configuration | $config = null , |
||
HeaderSelector | $selector = null |
||
) |
ClientInterface | $client | |
Configuration | $config | |
HeaderSelector | $selector |
|
protected |
Create http client option
RuntimeException on file opening failure
InfluxDB2\Service\CellsService::deleteDashboardsIDCellsID | ( | $dashboard_id, | |
$cell_id, | |||
$zap_trace_span = null |
|||
) |
Operation deleteDashboardsIDCellsID
Delete a dashboard cell
string | $dashboard_id | The ID of the dashboard to delete. (required) |
string | $cell_id | The ID of the cell to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::deleteDashboardsIDCellsIDAsync | ( | $dashboard_id, | |
$cell_id, | |||
$zap_trace_span = null |
|||
) |
Operation deleteDashboardsIDCellsIDAsync
Delete a dashboard cell
string | $dashboard_id | The ID of the dashboard to delete. (required) |
string | $cell_id | The ID of the cell to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::deleteDashboardsIDCellsIDAsyncWithHttpInfo | ( | $dashboard_id, | |
$cell_id, | |||
$zap_trace_span = null |
|||
) |
Operation deleteDashboardsIDCellsIDAsyncWithHttpInfo
Delete a dashboard cell
string | $dashboard_id | The ID of the dashboard to delete. (required) |
string | $cell_id | The ID of the cell to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
|
protected |
Create request for operation 'deleteDashboardsIDCellsID'
string | $dashboard_id | The ID of the dashboard to delete. (required) |
string | $cell_id | The ID of the cell to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::deleteDashboardsIDCellsIDWithHttpInfo | ( | $dashboard_id, | |
$cell_id, | |||
$zap_trace_span = null |
|||
) |
Operation deleteDashboardsIDCellsIDWithHttpInfo
Delete a dashboard cell
string | $dashboard_id | The ID of the dashboard to delete. (required) |
string | $cell_id | The ID of the cell to delete. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::getConfig | ( | ) |
InfluxDB2\Service\CellsService::getDashboardsIDCellsIDView | ( | $dashboard_id, | |
$cell_id, | |||
$zap_trace_span = null |
|||
) |
Operation getDashboardsIDCellsIDView
Retrieve the view for a cell
string | $dashboard_id | The dashboard ID. (required) |
string | $cell_id | The cell ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::getDashboardsIDCellsIDViewAsync | ( | $dashboard_id, | |
$cell_id, | |||
$zap_trace_span = null |
|||
) |
Operation getDashboardsIDCellsIDViewAsync
Retrieve the view for a cell
string | $dashboard_id | The dashboard ID. (required) |
string | $cell_id | The cell ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::getDashboardsIDCellsIDViewAsyncWithHttpInfo | ( | $dashboard_id, | |
$cell_id, | |||
$zap_trace_span = null |
|||
) |
Operation getDashboardsIDCellsIDViewAsyncWithHttpInfo
Retrieve the view for a cell
string | $dashboard_id | The dashboard ID. (required) |
string | $cell_id | The cell ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
|
protected |
Create request for operation 'getDashboardsIDCellsIDView'
string | $dashboard_id | The dashboard ID. (required) |
string | $cell_id | The cell ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::getDashboardsIDCellsIDViewWithHttpInfo | ( | $dashboard_id, | |
$cell_id, | |||
$zap_trace_span = null |
|||
) |
Operation getDashboardsIDCellsIDViewWithHttpInfo
Retrieve the view for a cell
string | $dashboard_id | The dashboard ID. (required) |
string | $cell_id | The cell ID. (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::patchDashboardsIDCellsID | ( | $dashboard_id, | |
$cell_id, | |||
$cell_update, | |||
$zap_trace_span = null |
|||
) |
Operation patchDashboardsIDCellsID
Update the non-positional information related to a cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
string | $cell_id | The ID of the cell to update. (required) |
\InfluxDB2\Model\CellUpdate | $cell_update | cell_update (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::patchDashboardsIDCellsIDAsync | ( | $dashboard_id, | |
$cell_id, | |||
$cell_update, | |||
$zap_trace_span = null |
|||
) |
Operation patchDashboardsIDCellsIDAsync
Update the non-positional information related to a cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
string | $cell_id | The ID of the cell to update. (required) |
\InfluxDB2\Model\CellUpdate | $cell_update | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::patchDashboardsIDCellsIDAsyncWithHttpInfo | ( | $dashboard_id, | |
$cell_id, | |||
$cell_update, | |||
$zap_trace_span = null |
|||
) |
Operation patchDashboardsIDCellsIDAsyncWithHttpInfo
Update the non-positional information related to a cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
string | $cell_id | The ID of the cell to update. (required) |
\InfluxDB2\Model\CellUpdate | $cell_update | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
|
protected |
Create request for operation 'patchDashboardsIDCellsID'
string | $dashboard_id | The ID of the dashboard to update. (required) |
string | $cell_id | The ID of the cell to update. (required) |
\InfluxDB2\Model\CellUpdate | $cell_update | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::patchDashboardsIDCellsIDView | ( | $dashboard_id, | |
$cell_id, | |||
$view, | |||
$zap_trace_span = null |
|||
) |
Operation patchDashboardsIDCellsIDView
Update the view for a cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
string | $cell_id | The ID of the cell to update. (required) |
\InfluxDB2\Model\View | $view | view (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::patchDashboardsIDCellsIDViewAsync | ( | $dashboard_id, | |
$cell_id, | |||
$view, | |||
$zap_trace_span = null |
|||
) |
Operation patchDashboardsIDCellsIDViewAsync
Update the view for a cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
string | $cell_id | The ID of the cell to update. (required) |
\InfluxDB2\Model\View | $view | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::patchDashboardsIDCellsIDViewAsyncWithHttpInfo | ( | $dashboard_id, | |
$cell_id, | |||
$view, | |||
$zap_trace_span = null |
|||
) |
Operation patchDashboardsIDCellsIDViewAsyncWithHttpInfo
Update the view for a cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
string | $cell_id | The ID of the cell to update. (required) |
\InfluxDB2\Model\View | $view | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
|
protected |
Create request for operation 'patchDashboardsIDCellsIDView'
string | $dashboard_id | The ID of the dashboard to update. (required) |
string | $cell_id | The ID of the cell to update. (required) |
\InfluxDB2\Model\View | $view | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::patchDashboardsIDCellsIDViewWithHttpInfo | ( | $dashboard_id, | |
$cell_id, | |||
$view, | |||
$zap_trace_span = null |
|||
) |
Operation patchDashboardsIDCellsIDViewWithHttpInfo
Update the view for a cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
string | $cell_id | The ID of the cell to update. (required) |
\InfluxDB2\Model\View | $view | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::patchDashboardsIDCellsIDWithHttpInfo | ( | $dashboard_id, | |
$cell_id, | |||
$cell_update, | |||
$zap_trace_span = null |
|||
) |
Operation patchDashboardsIDCellsIDWithHttpInfo
Update the non-positional information related to a cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
string | $cell_id | The ID of the cell to update. (required) |
\InfluxDB2\Model\CellUpdate | $cell_update | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::postDashboardsIDCells | ( | $dashboard_id, | |
$create_cell, | |||
$zap_trace_span = null |
|||
) |
Operation postDashboardsIDCells
Create a dashboard cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
\InfluxDB2\Model\CreateCell | $create_cell | Cell that will be added (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::postDashboardsIDCellsAsync | ( | $dashboard_id, | |
$create_cell, | |||
$zap_trace_span = null |
|||
) |
Operation postDashboardsIDCellsAsync
Create a dashboard cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
\InfluxDB2\Model\CreateCell | $create_cell | Cell that will be added (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::postDashboardsIDCellsAsyncWithHttpInfo | ( | $dashboard_id, | |
$create_cell, | |||
$zap_trace_span = null |
|||
) |
Operation postDashboardsIDCellsAsyncWithHttpInfo
Create a dashboard cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
\InfluxDB2\Model\CreateCell | $create_cell | Cell that will be added (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
|
protected |
Create request for operation 'postDashboardsIDCells'
string | $dashboard_id | The ID of the dashboard to update. (required) |
\InfluxDB2\Model\CreateCell | $create_cell | Cell that will be added (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::postDashboardsIDCellsWithHttpInfo | ( | $dashboard_id, | |
$create_cell, | |||
$zap_trace_span = null |
|||
) |
Operation postDashboardsIDCellsWithHttpInfo
Create a dashboard cell
string | $dashboard_id | The ID of the dashboard to update. (required) |
\InfluxDB2\Model\CreateCell | $create_cell | Cell that will be added (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::putDashboardsIDCells | ( | $dashboard_id, | |
$cell, | |||
$zap_trace_span = null |
|||
) |
Operation putDashboardsIDCells
Replace cells in a dashboard
string | $dashboard_id | The ID of the dashboard to update. (required) |
\InfluxDB2\Model\Cell[] | $cell | cell (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException
InfluxDB2\Service\CellsService::putDashboardsIDCellsAsync | ( | $dashboard_id, | |
$cell, | |||
$zap_trace_span = null |
|||
) |
Operation putDashboardsIDCellsAsync
Replace cells in a dashboard
string | $dashboard_id | The ID of the dashboard to update. (required) |
\InfluxDB2\Model\Cell[] | $cell | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::putDashboardsIDCellsAsyncWithHttpInfo | ( | $dashboard_id, | |
$cell, | |||
$zap_trace_span = null |
|||
) |
Operation putDashboardsIDCellsAsyncWithHttpInfo
Replace cells in a dashboard
string | $dashboard_id | The ID of the dashboard to update. (required) |
\InfluxDB2\Model\Cell[] | $cell | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
|
protected |
Create request for operation 'putDashboardsIDCells'
string | $dashboard_id | The ID of the dashboard to update. (required) |
\InfluxDB2\Model\Cell[] | $cell | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InvalidArgumentException
InfluxDB2\Service\CellsService::putDashboardsIDCellsWithHttpInfo | ( | $dashboard_id, | |
$cell, | |||
$zap_trace_span = null |
|||
) |
Operation putDashboardsIDCellsWithHttpInfo
Replace cells in a dashboard
string | $dashboard_id | The ID of the dashboard to update. (required) |
\InfluxDB2\Model\Cell[] | $cell | (required) |
string | $zap_trace_span | OpenTracing span context (optional) |
InfluxDB2\ApiException on non-2xx response
InvalidArgumentException