|
InfluxDB PHP Client
|
Public Member Functions | |
| __construct (DefaultApi $defaultApi) | |
| deleteDashboardsIDCellsID ($dashboard_id, $cell_id, $zap_trace_span=null) | |
| deleteDashboardsIDCellsIDWithHttpInfo ($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) | |
| patchDashboardsIDCellsID ($dashboard_id, $cell_id, $cell_update, $zap_trace_span=null) | |
| patchDashboardsIDCellsIDWithHttpInfo ($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) | |
| postDashboardsIDCells ($dashboard_id, $create_cell, $zap_trace_span=null) | |
| postDashboardsIDCellsWithHttpInfo ($dashboard_id, $create_cell, $zap_trace_span=null) | |
| putDashboardsIDCells ($dashboard_id, $cell, $zap_trace_span=null) | |
| putDashboardsIDCellsWithHttpInfo ($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) | |
Protected Attributes | |
| $defaultApi | |
| $headerSelector | |
| InfluxDB2\Service\CellsService::__construct | ( | DefaultApi | $defaultApi | ) |
| DefaultApi | $defaultApi | |
| HeaderSelector | $selector |
| 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
|
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::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\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
|
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
|
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
|
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
|
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