ovh/manager

[manager-components]: hook for service details API

Closed this issue · 0 comments

Have you already checked if a similar item is present on manager-components?

  • Yes, I have already checked the existing components/hooks/utils.

What do you expect from this request?

Hook

Description

We already have hooks to centralize the implementation of /services API
We have :

  • get /services
  • put /services/:id
  • post /services/:id/terminate

It would be nice to also have the get /services/:id to query the details of a service and to not have to duplicate the logic and types in multiple project (it is usually used in the dashboards to display subscription information of a service).

Where do you expect to use this?

veeam-backup

Do you have mock-up?

https://www.figma.com/design/n7Qg4YVkpI8Qa5H8B4m009/VCD-Backup-experience?node-id=1-86&node-type=CANVAS&t=uFqZTwRFrhYkxQaV-0

When do you expect this to be delivered?

No response

Additional Information

No response