InfluxDB PHP Client
|
Public Member Functions | |
__construct (DefaultApi $defaultApi) | |
getDashboardsIDCellsIDView ($dashboard_id, $cell_id, $zap_trace_span=null) | |
getDashboardsIDCellsIDViewWithHttpInfo ($dashboard_id, $cell_id, $zap_trace_span=null) | |
patchDashboardsIDCellsIDView ($dashboard_id, $cell_id, $view, $zap_trace_span=null) | |
patchDashboardsIDCellsIDViewWithHttpInfo ($dashboard_id, $cell_id, $view, $zap_trace_span=null) | |
Protected Member Functions | |
getDashboardsIDCellsIDViewRequest ($dashboard_id, $cell_id, $zap_trace_span=null) | |
patchDashboardsIDCellsIDViewRequest ($dashboard_id, $cell_id, $view, $zap_trace_span=null) | |
Protected Attributes | |
$defaultApi | |
$headerSelector | |
InfluxDB2\Service\ViewsService::__construct | ( | DefaultApi | $defaultApi | ) |
DefaultApi | $defaultApi | |
HeaderSelector | $selector |
InfluxDB2\Service\ViewsService::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
|
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\ViewsService::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\ViewsService::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
|
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\ViewsService::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