RSV SIZE- Capacity - Powershell/ ARG Query

Siva 646 Reputation points
2022-09-27T01:22:50.56+00:00

Hi Team,

Need Assistance for get the total capacity/size utilized details via powershell/ arg query to get for all RSV.

Can any one assist on this?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,132 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,128 questions
Azure FastTrack
Azure FastTrack
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.FastTrack: This tag is no longer in use. Please use 'Azure Startups' instead.
75 questions
0 comments No comments
{count} votes

Accepted answer
  1. Carlos Solís Salazar 16,611 Reputation points
    2022-09-29T13:01:22.257+00:00

    You can use this API REST (https://learn.microsoft.com/en-us/rest/api/recoveryservices/usages/list-by-vaults)

    The API will return a response in JSON with the information that you require
    246026-image.png

    Also, you can review this thread https://learn.microsoft.com/en-us/answers/questions/871037/get-the-azure-recovery-vault-size-via-the-azure-re.html

    Hope this helps!

    ----------

    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.


1 additional answer

Sort by: Most helpful
  1. Carlos Solís Salazar 16,611 Reputation points
    2022-09-27T11:38:41.583+00:00

    Hi @Siva

    Thank you for asking this question on the **Microsoft Q&A Platform. **

    I found the following information:

    In this thread,

    "The below command Get-AzRecoveryServicesBackupJobDetail cmdlet gets Azure Backup job details for a specified job. Set the vault context by using the -VaultId parameter."

    Also, this script (Get-AzVMBackupReport) may help you .

    Hope this helps!

    ----------

    Accept Answer and Upvote, if any of the above helped, this thread can help others in the community looking for remediation for similar issues.
    NOTE: To answer you as quickly as possible, please mention me in your reply.