3.0.0 • Published 5 years ago
@datafire/azure_azsadmin_productdeployment v3.0.0
@datafire/azure_azsadmin_productdeployment
Client library for DeploymentAdminClient
Installation and Usage
npm install --save @datafire/azure_azsadmin_productdeployment
let azure_azsadmin_productdeployment = require('@datafire/azure_azsadmin_productdeployment').create({
access_token: "",
refresh_token: "",
client_id: "",
client_secret: "",
redirect_uri: ""
});
.then(data => {
console.log(data);
});
Description
Deployment Admin Client.
Actions
ProductDeployments_List
Invokes bootstrap action on the product deployment
azure_azsadmin_productdeployment.ProductDeployments_List({
"subscriptionId": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - api-version required
string
: Client API Version.
- subscriptionId required
Output
- output ProductDeploymentsList
ProductDeployments_Get
Invokes bootstrap action on the product deployment
azure_azsadmin_productdeployment.ProductDeployments_Get({
"subscriptionId": "",
"api-version": "",
"productId": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - api-version required
string
: Client API Version. - productId required
string
: The product identifier.
- subscriptionId required
Output
ProductDeployments_BootStrap
Invokes bootstrap action on the product deployment
azure_azsadmin_productdeployment.ProductDeployments_BootStrap({
"subscriptionId": "",
"productId": "",
"bootstrapActionParameter": {},
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - productId required
string
: The product identifier. - bootstrapActionParameter required
object
: Parameters for bootstrap action- version
string
: Generic Version object
- version
- api-version required
string
: Client API Version.
- subscriptionId required
Output
Output schema unknown
ProductDeployments_Deploy
Invokes deploy action on the product
azure_azsadmin_productdeployment.ProductDeployments_Deploy({
"subscriptionId": "",
"productId": "",
"deployActionParameter": {},
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - productId required
string
: The product identifier. - deployActionParameter required
object
: Parameters for deploy action- parameters
string
: Deployment parameters, value in JToken - version
string
: Generic Version object
- parameters
- api-version required
string
: Client API Version.
- subscriptionId required
Output
Output schema unknown
ProductDeployments_Lock
locks the product subscription
azure_azsadmin_productdeployment.ProductDeployments_Lock({
"subscriptionId": "",
"productId": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - productId required
string
: The product identifier. - api-version required
string
: Client API Version.
- subscriptionId required
Output
Output schema unknown
ProductDeployments_Remove
Invokes remove action on the product deployment
azure_azsadmin_productdeployment.ProductDeployments_Remove({
"subscriptionId": "",
"productId": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - productId required
string
: The product identifier. - api-version required
string
: Client API Version.
- subscriptionId required
Output
Output schema unknown
ProductDeployments_RotateSecrets
Invokes rotate secrets action on the product deployment
azure_azsadmin_productdeployment.ProductDeployments_RotateSecrets({
"subscriptionId": "",
"productId": "",
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - productId required
string
: The product identifier. - api-version required
string
: Client API Version.
- subscriptionId required
Output
Output schema unknown
ProductDeployments_Unlock
Unlocks the product subscription
azure_azsadmin_productdeployment.ProductDeployments_Unlock({
"subscriptionId": "",
"productId": "",
"unlockActionParameter": {},
"api-version": ""
}, context)
Input
- input
object
- subscriptionId required
string
: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. - productId required
string
: The product identifier. - unlockActionParameter required
object
: Parameters for bootstrap action- duration
string
: Duration in TimeSpan format(Define which ISO format)
- duration
- api-version required
string
: Client API Version.
- subscriptionId required
Output
Output schema unknown
Definitions
BootStrapActionParameters
- BootStrapActionParameters
object
: Parameters for bootstrap action- version
string
: Generic Version object
- version
DeployActionParameters
- DeployActionParameters
object
: Parameters for deploy action- parameters
string
: Deployment parameters, value in JToken - version
string
: Generic Version object
- parameters
DeploymentInfo
- DeploymentInfo
object
: Resource provider deployment information- actionPlanInstanceResourceId
string
: The identifier of the latest action plan instance resource. - eTag
string
: entity tag - parameters
string
: The latest deployment parameters as JToken - version
string
: The product version
- actionPlanInstanceResourceId
DeploymentStatus
- DeploymentStatus
string
(values: None, Bootstrapping, BootstrapSucceeded, BootstrapFailed, Deploying, DeploymentSucceeded, DeploymentFailed, Updating, UpdateSucceeded, UpdateFailed, Removing, RemoveFailed, SecretRotationInProgress, SecretRotationSucceeded, SecretRotationFailed, Migrated): Status of an operation.
ExtendedErrorInfo
ExternalAccessInfo
- ExternalAccessInfo
object
: Resource provider deployment information- expirationTime
string
: The deployment start time - principalId
string
: The object identifier of the user, group or service principal that have access to resource provider subscription.
- expirationTime
ProductDeploymentResourceEntity
- ProductDeploymentResourceEntity
object
: Product deployment entity- eTag
string
: entity tag - properties ProductDeploymentsProperties
- id
string
: ID of the resource. - location
string
: Location of the resource. - name
string
: Name of the resource. - type
string
: Type of Resource.
- eTag
ProductDeploymentsInternalState
- ProductDeploymentsInternalState
object
: Resource type internal state- externalAccessRoleAssignmentId
string
: The current external access role assignment identifier - intermediateVaultId
string
: The intermediate vault resource identifier - intermediateVaultUri
string
: The intermediate vault Uri. - jobId
string
: The latest deployment job identifier
- externalAccessRoleAssignmentId
ProductDeploymentsList
- ProductDeploymentsList
object
: List of Product Deployments.- nextLink
string
: URI to the next page. - value
array
: List of Product Deployments.
- nextLink
ProductDeploymentsProperties
- ProductDeploymentsProperties
object
: Product deployment resource properties- deployment DeploymentInfo
- error
object
: Error information- code
string
: Error Code - details ExtendedErrorInfo
- message
string
: Error Message
- code
- externalAccess ExternalAccessInfo
- internalState ProductDeploymentsInternalState
- lastSuccessfulDeployment DeploymentInfo
- productId
string
: The product identifier - provisioningState
string
: The provisioning state - secretRotation SecretRotationInfo
- status DeploymentStatus
- subscriptionId
string
: The product subscription identifier
SecretRotationInfo
- SecretRotationInfo
object
: Resource provider deployment information- secretRotationPlanInstanceResourceId
string
: The identifier of the latest secret rotation plan instance resource.
- secretRotationPlanInstanceResourceId
UnlockActionParameters
- UnlockActionParameters
object
: Parameters for bootstrap action- duration
string
: Duration in TimeSpan format(Define which ISO format)
- duration
3.0.0
5 years ago