isp_cache_nodes_operations
Creates, updates, deletes, gets or lists an isp_cache_nodes_operations resource.
Overview
| Name | isp_cache_nodes_operations |
| Type | Resource |
| Id | azure_extras.connected_cache.isp_cache_nodes_operations |
Fields
The following fields are returned by SELECT queries:
- get
- list_by_isp_customer_resource
| Name | Datatype | Description |
|---|---|---|
id | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name | string | The name of the resource. |
additionalCacheNodeProperties | object | Mcc cache node resource additional properties. |
cacheNode | object | Mcc cache node resource (cache node entity). |
error | object | Mcc response error details. |
location | string | The geo-location where the resource lives. Required. |
provisioningState | string | The provisioned state of the resource. Known values are: "Succeeded", "Failed", "Canceled", "Unknown", "Accepted", "Upgrading", and "Deleting". (Succeeded, Failed, Canceled, Unknown, Accepted, Upgrading, Deleting) |
status | string | HTTP error status code. |
statusCode | string | Mcc response status code. |
statusDetails | string | Mcc response status details for retrieving response inner details. |
statusText | string | Mcc response status text as string for retrieving status details. |
systemData | object | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags | object | Resource tags. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
| Name | Datatype | Description |
|---|---|---|
id | string | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name | string | The name of the resource. |
additionalCacheNodeProperties | object | Mcc cache node resource additional properties. |
cacheNode | object | Mcc cache node resource (cache node entity). |
error | object | Mcc response error details. |
location | string | The geo-location where the resource lives. Required. |
provisioningState | string | The provisioned state of the resource. Known values are: "Succeeded", "Failed", "Canceled", "Unknown", "Accepted", "Upgrading", and "Deleting". (Succeeded, Failed, Canceled, Unknown, Accepted, Upgrading, Deleting) |
status | string | HTTP error status code. |
statusCode | string | Mcc response status code. |
statusDetails | string | Mcc response status details for retrieving response inner details. |
statusText | string | Mcc response status text as string for retrieving status details. |
systemData | object | Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags | object | Resource tags. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
Methods
The following methods are available for this resource:
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
cache_node_resource_name | string | Name of the ConnectedCache resource. Required. |
customer_resource_name | string | Name of the Customer resource. Required. |
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
subscription_id | string |
SELECT examples
- get
- list_by_isp_customer_resource
This api gets ispCacheNode resource information.
SELECT
id,
name,
additionalCacheNodeProperties,
cacheNode,
error,
location,
provisioningState,
status,
statusCode,
statusDetails,
statusText,
systemData,
tags,
type
FROM azure_extras.connected_cache.isp_cache_nodes_operations
WHERE resource_group_name = '{{ resource_group_name }}' -- required
AND customer_resource_name = '{{ customer_resource_name }}' -- required
AND cache_node_resource_name = '{{ cache_node_resource_name }}' -- required
AND subscription_id = '{{ subscription_id }}' -- required
;
This api retrieves information about all ispCacheNode resources under the given subscription and resource group.
SELECT
id,
name,
additionalCacheNodeProperties,
cacheNode,
error,
location,
provisioningState,
status,
statusCode,
statusDetails,
statusText,
systemData,
tags,
type
FROM azure_extras.connected_cache.isp_cache_nodes_operations
WHERE resource_group_name = '{{ resource_group_name }}' -- required
AND customer_resource_name = '{{ customer_resource_name }}' -- required
AND subscription_id = '{{ subscription_id }}' -- required
;
INSERT examples
- create_or_update
- Manifest
This api creates an ispCacheNode with the specified create parameters.
INSERT INTO azure_extras.connected_cache.isp_cache_nodes_operations (
tags,
location,
properties,
resource_group_name,
customer_resource_name,
cache_node_resource_name,
subscription_id
)
SELECT
'{{ tags }}',
'{{ location }}' /* required */,
'{{ properties }}',
'{{ resource_group_name }}',
'{{ customer_resource_name }}',
'{{ cache_node_resource_name }}',
'{{ subscription_id }}'
RETURNING
id,
name,
location,
properties,
systemData,
tags,
type
;
# Description fields are for documentation purposes
- name: isp_cache_nodes_operations
props:
- name: resource_group_name
value: "{{ resource_group_name }}"
description: Required parameter for the isp_cache_nodes_operations resource.
- name: customer_resource_name
value: "{{ customer_resource_name }}"
description: Required parameter for the isp_cache_nodes_operations resource.
- name: cache_node_resource_name
value: "{{ cache_node_resource_name }}"
description: Required parameter for the isp_cache_nodes_operations resource.
- name: subscription_id
value: "{{ subscription_id }}"
description: Required parameter for the isp_cache_nodes_operations resource.
- name: tags
value: "{{ tags }}"
description: |
Resource tags.
- name: location
value: "{{ location }}"
description: |
The geo-location where the resource lives. Required.
- name: properties
description: |
The resource-specific properties for this resource.
value:
provisioningState: "{{ provisioningState }}"
cacheNode:
fullyQualifiedResourceId: "{{ fullyQualifiedResourceId }}"
customerId: "{{ customerId }}"
customerName: "{{ customerName }}"
ipAddress: "{{ ipAddress }}"
customerIndex: "{{ customerIndex }}"
cacheNodeId: "{{ cacheNodeId }}"
cacheNodeName: "{{ cacheNodeName }}"
customerAsn: {{ customerAsn }}
isEnabled: {{ isEnabled }}
maxAllowableEgressInMbps: {{ maxAllowableEgressInMbps }}
maxAllowableProbability: {{ maxAllowableProbability }}
xCid: "{{ xCid }}"
isEnterpriseManaged: {{ isEnterpriseManaged }}
createAsyncOperationId: "{{ createAsyncOperationId }}"
deleteAsyncOperationId: "{{ deleteAsyncOperationId }}"
clientTenantId: "{{ clientTenantId }}"
category: "{{ category }}"
releaseVersion: {{ releaseVersion }}
lastSyncWithAzureTimestamp: "{{ lastSyncWithAzureTimestamp }}"
lastUpdatedTimestamp: "{{ lastUpdatedTimestamp }}"
synchWithAzureAttemptsCount: {{ synchWithAzureAttemptsCount }}
containerConfigurations: "{{ containerConfigurations }}"
cidrCsv:
- "{{ cidrCsv }}"
cidrCsvLastUpdateTime: "{{ cidrCsvLastUpdateTime }}"
bgpCidrCsvLastUpdateTime: "{{ bgpCidrCsvLastUpdateTime }}"
bgpLastReportedTime: "{{ bgpLastReportedTime }}"
bgpReviewStateText: "{{ bgpReviewStateText }}"
bgpReviewState: "{{ bgpReviewState }}"
bgpReviewFeedback: "{{ bgpReviewFeedback }}"
bgpNumberOfTimesUpdated: {{ bgpNumberOfTimesUpdated }}
bgpNumberOfRecords: {{ bgpNumberOfRecords }}
bgpCidrBlocksCount: {{ bgpCidrBlocksCount }}
bgpAddressSpace: {{ bgpAddressSpace }}
shouldMigrate: {{ shouldMigrate }}
bgpFileBytesTruncated: {{ bgpFileBytesTruncated }}
cidrSelectionType: {{ cidrSelectionType }}
isFrozen: {{ isFrozen }}
reviewState: {{ reviewState }}
reviewStateText: "{{ reviewStateText }}"
reviewFeedback: "{{ reviewFeedback }}"
configurationState: "{{ configurationState }}"
configurationStateText: "{{ configurationStateText }}"
addressSpace: {{ addressSpace }}
workerConnections: {{ workerConnections }}
workerConnectionsLastUpdatedDateTime: "{{ workerConnectionsLastUpdatedDateTime }}"
containerResyncTrigger: {{ containerResyncTrigger }}
imageUri: "{{ imageUri }}"
fullyQualifiedDomainName: "{{ fullyQualifiedDomainName }}"
autoUpdateRingType: "{{ autoUpdateRingType }}"
autoUpdateRequestedWeek: {{ autoUpdateRequestedWeek }}
autoUpdateRequestedDay: {{ autoUpdateRequestedDay }}
autoUpdateRequestedTime: "{{ autoUpdateRequestedTime }}"
additionalCacheNodeProperties:
cacheNodePropertiesDetailsIssuesList:
- "{{ cacheNodePropertiesDetailsIssuesList }}"
issuesList:
- "{{ issuesList }}"
issuesCount: {{ issuesCount }}
currentTlsCertificate:
actionRequired: "{{ actionRequired }}"
certificateFileName: "{{ certificateFileName }}"
thumbprint: "{{ thumbprint }}"
expiryDate: "{{ expiryDate }}"
notBeforeDate: "{{ notBeforeDate }}"
subject: "{{ subject }}"
subjectAltName: "{{ subjectAltName }}"
lastAutoUpdateInfo:
imageUriBeforeUpdate: "{{ imageUriBeforeUpdate }}"
imageUriTargeted: "{{ imageUriTargeted }}"
imageUriTerminal: "{{ imageUriTerminal }}"
autoUpdateRingType: {{ autoUpdateRingType }}
movedToTerminalStateDateTime: "{{ movedToTerminalStateDateTime }}"
ruleRequestedWeek: {{ ruleRequestedWeek }}
ruleRequestedDay: {{ ruleRequestedDay }}
createdDateTimeUtc: "{{ createdDateTimeUtc }}"
updatedRegistryDateTimeUtc: "{{ updatedRegistryDateTimeUtc }}"
planChangeLogText: "{{ planChangeLogText }}"
autoUpdateLastAppliedStatus: {{ autoUpdateLastAppliedStatus }}
autoUpdateLastAppliedStatusText: "{{ autoUpdateLastAppliedStatusText }}"
autoUpdateLastAppliedStatusDetailedText: "{{ autoUpdateLastAppliedStatusDetailedText }}"
planId: {{ planId }}
timeToGoLiveDateTime: "{{ timeToGoLiveDateTime }}"
ruleRequestedMinute: "{{ ruleRequestedMinute }}"
ruleRequestedHour: "{{ ruleRequestedHour }}"
aggregatedStatusDetails: "{{ aggregatedStatusDetails }}"
aggregatedStatusText: "{{ aggregatedStatusText }}"
aggregatedStatusCode: {{ aggregatedStatusCode }}
productVersion: "{{ productVersion }}"
isProvisioned: {{ isProvisioned }}
cacheNodeStateDetailedText: "{{ cacheNodeStateDetailedText }}"
cacheNodeStateShortText: "{{ cacheNodeStateShortText }}"
cacheNodeState: {{ cacheNodeState }}
driveConfiguration:
- physicalPath: "{{ physicalPath }}"
sizeInGb: {{ sizeInGb }}
cacheNumber: {{ cacheNumber }}
nginxMapping: "{{ nginxMapping }}"
bgpConfiguration:
asnToIpAddressMapping: "{{ asnToIpAddressMapping }}"
proxyUrlConfiguration:
proxyUrl: "{{ proxyUrl }}"
isProxyRequired: "{{ isProxyRequired }}"
osType: "{{ osType }}"
autoUpdateVersion: "{{ autoUpdateVersion }}"
updateInfoDetails: "{{ updateInfoDetails }}"
updateRequestedDateTime: "{{ updateRequestedDateTime }}"
autoUpdateNextAvailableVersion: "{{ autoUpdateNextAvailableVersion }}"
autoUpdateNextAvailableDateTime: "{{ autoUpdateNextAvailableDateTime }}"
autoUpdateAppliedVersion: "{{ autoUpdateAppliedVersion }}"
autoUpdateLastAppliedDetails: "{{ autoUpdateLastAppliedDetails }}"
autoUpdateLastAppliedState: "{{ autoUpdateLastAppliedState }}"
autoUpdateLastAppliedDateTime: "{{ autoUpdateLastAppliedDateTime }}"
autoUpdateLastTriggeredDateTime: "{{ autoUpdateLastTriggeredDateTime }}"
creationMethod: {{ creationMethod }}
tlsStatus: "{{ tlsStatus }}"
optionalProperty1: "{{ optionalProperty1 }}"
optionalProperty2: "{{ optionalProperty2 }}"
optionalProperty3: "{{ optionalProperty3 }}"
optionalProperty4: "{{ optionalProperty4 }}"
optionalProperty5: "{{ optionalProperty5 }}"
statusCode: "{{ statusCode }}"
statusText: "{{ statusText }}"
statusDetails: "{{ statusDetails }}"
status: "{{ status }}"
error:
code: "{{ code }}"
message: "{{ message }}"
target: "{{ target }}"
details:
- code: "{{ code }}"
message: "{{ message }}"
target: "{{ target }}"
details: "{{ details }}"
additionalInfo: "{{ additionalInfo }}"
additionalInfo:
- type: "{{ type }}"
info: "{{ info }}"
UPDATE examples
- update
This api updates an existing ispCacheNode resource.
UPDATE azure_extras.connected_cache.isp_cache_nodes_operations
SET
tags = '{{ tags }}'
WHERE
resource_group_name = '{{ resource_group_name }}' --required
AND customer_resource_name = '{{ customer_resource_name }}' --required
AND cache_node_resource_name = '{{ cache_node_resource_name }}' --required
AND subscription_id = '{{ subscription_id }}' --required
RETURNING
id,
name,
location,
properties,
systemData,
tags,
type;
REPLACE examples
- create_or_update
This api creates an ispCacheNode with the specified create parameters.
REPLACE azure_extras.connected_cache.isp_cache_nodes_operations
SET
tags = '{{ tags }}',
location = '{{ location }}',
properties = '{{ properties }}'
WHERE
resource_group_name = '{{ resource_group_name }}' --required
AND customer_resource_name = '{{ customer_resource_name }}' --required
AND cache_node_resource_name = '{{ cache_node_resource_name }}' --required
AND subscription_id = '{{ subscription_id }}' --required
AND location = '{{ location }}' --required
RETURNING
id,
name,
location,
properties,
systemData,
tags,
type;
DELETE examples
- delete
This api deletes an existing ispCacheNode resource.
DELETE FROM azure_extras.connected_cache.isp_cache_nodes_operations
WHERE resource_group_name = '{{ resource_group_name }}' --required
AND customer_resource_name = '{{ customer_resource_name }}' --required
AND cache_node_resource_name = '{{ cache_node_resource_name }}' --required
AND subscription_id = '{{ subscription_id }}' --required
;
Lifecycle Methods
- get_bgp_cidrs
- get_cache_node_install_details
- get_cache_node_auto_update_history
- get_cache_node_mcc_issue_details_history
This api gets ispCacheNode resource information.
EXEC azure_extras.connected_cache.isp_cache_nodes_operations.get_bgp_cidrs
@resource_group_name='{{ resource_group_name }}' --required,
@customer_resource_name='{{ customer_resource_name }}' --required,
@cache_node_resource_name='{{ cache_node_resource_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
;
This api gets secrets of the ispCacheNode resource install details.
EXEC azure_extras.connected_cache.isp_cache_nodes_operations.get_cache_node_install_details
@resource_group_name='{{ resource_group_name }}' --required,
@customer_resource_name='{{ customer_resource_name }}' --required,
@cache_node_resource_name='{{ cache_node_resource_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
;
This api gets ispCacheNode resource auto update histrory information.
EXEC azure_extras.connected_cache.isp_cache_nodes_operations.get_cache_node_auto_update_history
@resource_group_name='{{ resource_group_name }}' --required,
@customer_resource_name='{{ customer_resource_name }}' --required,
@cache_node_resource_name='{{ cache_node_resource_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
;
This api gets ispCacheNode resource issues details histrory information.
EXEC azure_extras.connected_cache.isp_cache_nodes_operations.get_cache_node_mcc_issue_details_history
@resource_group_name='{{ resource_group_name }}' --required,
@customer_resource_name='{{ customer_resource_name }}' --required,
@cache_node_resource_name='{{ cache_node_resource_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
;