← Tools Reference

Pilvio

Pilvio integration (Developer Tools, Storage). Imported from open-connector.

API key5 toolshttps://api.pilvio.com/v1
GET
pilvio_get_current_user
Get the authenticated Pilvio user profile.

/user-resource/user

GET
pilvio_list_locations
List Pilvio data center locations available for resource operations.

/config/locations

GET
pilvio_list_virtual_machines
List Pilvio virtual machines, optionally scoped to a documented location slug.

/user-resource/vm/list

1 parameter
ParamTypeRequiredDescription
locationSlugstringoptionalThe optional Pilvio location slug to use after /v1 in the API URL.
GET
pilvio_list_billing_accounts
List Pilvio billing accounts attached to the authenticated user.

/payment/billing_account/list

1 parameter
ParamTypeRequiredDescription
showShadowbooleanoptionalWhether to request deleted billing accounts with show_shadow.
GET
pilvio_get_billing_account
Get one Pilvio billing account by numeric identifier.

/payment/billing_account

1 parameter
ParamTypeRequiredDescription
billingAccountIdintegeroptionalThe Pilvio billing account identifier.