# arc-vmm-arm-rest **Repository Path**: mirrors_Azure/arc-vmm-arm-rest ## Basic Information - **Project Name**: arc-vmm-arm-rest - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-03 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Prerequisites 1. [VSCode](https://code.visualstudio.com/) 2. [REST Client Extension](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) 3. `python >= 3.8` (required for saving access-token environment variable) 4. `az` cli (required for fetching the access token) ### Usage 1. Make sure to login to azure and set your subscription using `az`. Subscription `204898ee-cd13-4332-b9d4-55ca5c25496d` (ARC-Testing) is being used for creating the resources. ```sh az login ``` 2. Run [`setBearerToken.py`](./setBearerToken.py) to patch the `Authorization` environment variable for REST Client. 3. The sample payloads are available in the [`payload`](./payload) folder. Set the contents accordingly. Please note that the json files contain variables denoted as `{variable}` which would be set accordingly when importing the payload, as the API requests are made.from [`scvmm.http`](./scvmm.http). 4. Fire the API requests in [`scvmm.http`](./scvmm.http) sequentially.