steampipe plugin install francois2metz/ovh

Table: ovh_refund_detail

Details of the refund of your account.

The ovh_refund_detail table can be used to query information about your refund information.

Examples

List details of one refund

select
*
from
ovh_refund_detail
where
refund_id = 'AFRxxxxxxx';

Get detail of one refund

select
*
from
ovh_refund_detail
where
refund_id = 'AFRxxxxxxxx'
and id = 'AFRxxxxxxxx';

Schema for ovh_refund_detail

NameTypeOperatorsDescription
_ctxjsonbSteampipe context in JSON form.
descriptiontextDescription of detail.
domaintextDomain.
idtext=ID of detail's refund.
quantitytextQuantity of detail.
refund_idtext=ID of refund detail.
sp_connection_nametext=, !=, ~~, ~~*, !~~, !~~*Steampipe connection name.
sp_ctxjsonbSteampipe context in JSON form.
total_pricedouble precisionTotal price of this detail.
unit_pricedouble precisionUnit price of this detail.