3.0.0 • Published 5 years ago
@datafire/azure_web_resourcehealthmetadata v3.0.0
@datafire/azure_web_resourcehealthmetadata
Client library for ResourceHealthMetadata API Client
Installation and Usage
npm install --save @datafire/azure_web_resourcehealthmetadatalet azure_web_resourcehealthmetadata = require('@datafire/azure_web_resourcehealthmetadata').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});Description
Actions
ResourceHealthMetadata_List
List all ResourceHealthMetadata for all sites in the subscription.
azure_web_resourcehealthmetadata.ResourceHealthMetadata_List({
"subscriptionId": "",
"api-version": ""
}, context)Input
- input
object- subscriptionId required
string: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). - api-version required
string: API Version
- subscriptionId required
Output
ResourceHealthMetadata_ListByResourceGroup
List all ResourceHealthMetadata for all sites in the resource group in the subscription.
azure_web_resourcehealthmetadata.ResourceHealthMetadata_ListByResourceGroup({
"resourceGroupName": "",
"subscriptionId": "",
"api-version": ""
}, context)Input
- input
object- resourceGroupName required
string: Name of the resource group to which the resource belongs. - subscriptionId required
string: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). - api-version required
string: API Version
- resourceGroupName required
Output
ResourceHealthMetadata_ListBySite
Gets the category of ResourceHealthMetadata to use for the given site as a collection
azure_web_resourcehealthmetadata.ResourceHealthMetadata_ListBySite({
"resourceGroupName": "",
"name": "",
"subscriptionId": "",
"api-version": ""
}, context)Input
- input
object- resourceGroupName required
string: Name of the resource group to which the resource belongs. - name required
string: Name of web app. - subscriptionId required
string: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). - api-version required
string: API Version
- resourceGroupName required
Output
ResourceHealthMetadata_GetBySite
Gets the category of ResourceHealthMetadata to use for the given site
azure_web_resourcehealthmetadata.ResourceHealthMetadata_GetBySite({
"resourceGroupName": "",
"name": "",
"subscriptionId": "",
"api-version": ""
}, context)Input
- input
object- resourceGroupName required
string: Name of the resource group to which the resource belongs. - name required
string: Name of web app - subscriptionId required
string: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). - api-version required
string: API Version
- resourceGroupName required
Output
- output ResourceHealthMetadata
ResourceHealthMetadata_ListBySiteSlot
Gets the category of ResourceHealthMetadata to use for the given site as a collection
azure_web_resourcehealthmetadata.ResourceHealthMetadata_ListBySiteSlot({
"resourceGroupName": "",
"name": "",
"slot": "",
"subscriptionId": "",
"api-version": ""
}, context)Input
- input
object- resourceGroupName required
string: Name of the resource group to which the resource belongs. - name required
string: Name of web app. - slot required
string: Name of web app slot. If not specified then will default to production slot. - subscriptionId required
string: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). - api-version required
string: API Version
- resourceGroupName required
Output
ResourceHealthMetadata_GetBySiteSlot
Gets the category of ResourceHealthMetadata to use for the given site
azure_web_resourcehealthmetadata.ResourceHealthMetadata_GetBySiteSlot({
"resourceGroupName": "",
"name": "",
"slot": "",
"subscriptionId": "",
"api-version": ""
}, context)Input
- input
object- resourceGroupName required
string: Name of the resource group to which the resource belongs. - name required
string: Name of web app - slot required
string: Name of web app slot. If not specified then will default to production slot. - subscriptionId required
string: Your Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000). - api-version required
string: API Version
- resourceGroupName required
Output
- output ResourceHealthMetadata
Definitions
ResourceHealthMetadata
- ResourceHealthMetadata
object: Used for getting ResourceHealthCheck settings.- properties
object: ResourceHealthMetadata resource specific properties- category
string: The category that the resource matches in the RHC Policy File - signalAvailability
boolean: Is there a health signal for the resource
- category
- id
string: Resource Id. - kind
string: Kind of resource. - name
string: Resource Name. - type
string: Resource type.
- properties
ResourceHealthMetadataCollection
- ResourceHealthMetadataCollection
object: Collection of resource health metadata.- nextLink
string: Link to next page of resources. - value required
array: Collection of resources.- items ResourceHealthMetadata
- nextLink
3.0.0
5 years ago