-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into priyamshet/networkcloud2023-07-01Api
- Loading branch information
Showing
121 changed files
with
4,496 additions
and
12,664 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic account list_ | ||
|
||
List all the existing accounts | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvYWNjb3VudHM=/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/newrelic.observability/accounts 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- List all the existing accounts. | ||
```bash | ||
new-relic account list --location eastus2euap --user-email [email protected] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# [Group] _new-relic account_ | ||
|
||
Manage NewRelic Account resource | ||
|
||
## Commands | ||
|
||
- [list](/Commands/new-relic/account/_list.md) | ||
: List all the existing accounts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor create_ | ||
|
||
Create a NewRelicMonitorResource | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30=/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{} 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- Create a NewRelicMonitorResource. | ||
```bash | ||
new-relic monitor create --resource-group MyResourceGroup --name MyNewRelicMonitor --location eastus2euap --user-info first-name="vdftzcggiref" last-name="bcsztgqovdlmzf" email-address="[email protected]" phone-number="123456" --plan-data billing-cycle="MONTHLY" effective-date='2022-10-25T15:14:33+02:00' plan-details="newrelic-pay-as-you-go-free-live@[email protected]_liftr_payg" usage-type="PAYG" --account-creation-source "LIFTR" --org-creation-source "LIFTR" --tags key6976=oaxfhf | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor delete_ | ||
|
||
Delete a NewRelicMonitorResource | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30=/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{} 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- Delete a NewRelicMonitorResource. | ||
```bash | ||
new-relic monitor delete --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email [email protected] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor get-metric-rule_ | ||
|
||
Get metric rules | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vZ2V0bWV0cmljcnVsZXM=/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/getmetricrules 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- Get metric rules. | ||
```bash | ||
new-relic monitor get-metric-rule --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup --user-email [email protected] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor get-metric-statu_ | ||
|
||
Get metric status | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vZ2V0bWV0cmljc3RhdHVz/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/getmetricstatus 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- Get metric status. | ||
```bash | ||
new-relic monitor get-metric-statu --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email [email protected] --azure-resource-ids MyAzureResourceIds | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor list-app-service_ | ||
|
||
List the app service resources currently being monitored by the NewRelic resource. | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbGlzdGFwcHNlcnZpY2Vz/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/listappservices 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- List the app service resources currently being monitored by the NewRelic resource. | ||
```bash | ||
new-relic monitor list-app-service --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email [email protected] --azure-resource-ids MyAzureResourceIds | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor list-host_ | ||
|
||
List the compute vm resources currently being monitored by the NewRelic resource. | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbGlzdGhvc3Rz/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/listhosts 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- List the compute vm resources currently being monitored by the NewRelic resource. | ||
```bash | ||
new-relic monitor list-host --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --user-email [email protected] --vm-ids MyVmIds | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# [Command] _new-relic monitor list_ | ||
|
||
List NewRelicMonitorResource resources | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnM=/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/providers/newrelic.observability/monitors 2022-07-01 --> | ||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- List NewRelicMonitorResource resources by subscription ID | ||
```bash | ||
new-relic monitor list | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor monitored-resource_ | ||
|
||
List the resources currently being monitored by the NewRelic monitor resource. | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vbW9uaXRvcmVkcmVzb3VyY2Vz/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/monitoredresources 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- List the resources currently being monitored by the NewRelic monitor resource. | ||
```bash | ||
new-relic monitor monitored-resource --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor show_ | ||
|
||
Get a NewRelicMonitorResource | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30=/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{} 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- Get a NewRelicMonitorResource. | ||
```bash | ||
new-relic monitor show --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# [Command] _new-relic monitor switch-billing_ | ||
|
||
Switches the billing for NewRelic monitor resource. | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vc3dpdGNoYmlsbGluZw==/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/switchbilling 2022-07-01 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# [Command] _new-relic monitor update_ | ||
|
||
Update a NewRelicMonitorResource | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30=/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{} 2022-07-01 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor vm-host-payload_ | ||
|
||
Returns the payload that needs to be passed in the request body for installing NewRelic agent on a VM. | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vdm1ob3N0cGF5bG9hZHM=/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/vmhostpayloads 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- Get MonitorsVmHostPayload. | ||
```bash | ||
monitor vm-host-payload --monitor-name MyNewRelicMonitor --resource-group MyResourceGroup | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# [Group] _new-relic monitor_ | ||
|
||
Manage NewRelic Monitor resource | ||
|
||
## Subgroups | ||
|
||
- [tag-rule](/Commands/new-relic/monitor/tag-rule/readme.md) | ||
: Manage tag rule of a NewRelic Monitor resource | ||
|
||
## Commands | ||
|
||
- [create](/Commands/new-relic/monitor/_create.md) | ||
: Create a NewRelicMonitorResource | ||
|
||
- [delete](/Commands/new-relic/monitor/_delete.md) | ||
: Delete a NewRelicMonitorResource | ||
|
||
- [get-metric-rule](/Commands/new-relic/monitor/_get-metric-rule.md) | ||
: Get metric rules | ||
|
||
- [get-metric-statu](/Commands/new-relic/monitor/_get-metric-statu.md) | ||
: Get metric status | ||
|
||
- [list](/Commands/new-relic/monitor/_list.md) | ||
: List NewRelicMonitorResource resources | ||
|
||
- [list-app-service](/Commands/new-relic/monitor/_list-app-service.md) | ||
: List the app service resources currently being monitored by the NewRelic resource. | ||
|
||
- [list-host](/Commands/new-relic/monitor/_list-host.md) | ||
: List the compute vm resources currently being monitored by the NewRelic resource. | ||
|
||
- [monitored-resource](/Commands/new-relic/monitor/_monitored-resource.md) | ||
: List the resources currently being monitored by the NewRelic monitor resource. | ||
|
||
- [show](/Commands/new-relic/monitor/_show.md) | ||
: Get a NewRelicMonitorResource | ||
|
||
- [switch-billing](/Commands/new-relic/monitor/_switch-billing.md) | ||
: Switches the billing for NewRelic monitor resource. | ||
|
||
- [update](/Commands/new-relic/monitor/_update.md) | ||
: Update a NewRelicMonitorResource | ||
|
||
- [vm-host-payload](/Commands/new-relic/monitor/_vm-host-payload.md) | ||
: Returns the payload that needs to be passed in the request body for installing NewRelic agent on a VM. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor tag-rule create_ | ||
|
||
Create a TagRule | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vdGFncnVsZXMve30=/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/tagrules/{} 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- Create a TagRule. | ||
```bash | ||
new-relic monitor tag-rule create --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --name default --log-rules send-aad-logs="Enabled" send-subscription-logs="Enabled" send-activity-logs="Enabled" filtering-tags=[] --metric-rules user-email="[email protected]" filtering-tags=[{"name":"Environment","value":"Prod","action":"Include"}] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Command] _new-relic monitor tag-rule delete_ | ||
|
||
Delete a TagRule | ||
|
||
## Versions | ||
|
||
### [2022-07-01](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL25ld3JlbGljLm9ic2VydmFiaWxpdHkvbW9uaXRvcnMve30vdGFncnVsZXMve30=/2022-07-01.xml) **Stable** | ||
|
||
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/newrelic.observability/monitors/{}/tagrules/{} 2022-07-01 --> | ||
|
||
#### examples | ||
|
||
- Delete a TagRule. | ||
```bash | ||
new-relic monitor tag-rule delete --resource-group MyResourceGroup --monitor-name MyNewRelicMonitor --name default | ||
``` |
Oops, something went wrong.