data_plane_applications
Creates, updates, deletes, gets or lists a data_plane_applications
resource.
Overview
Name | data_plane_applications |
Type | Resource |
Id | azure_isv.split.data_plane_applications |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
exchange_token | exec | subscriptionId , resourceGroupName , workspaceName , applicationId , token , resource | The action to exchange Split.IO data plane authentication token. |
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 |
---|---|---|
applicationId | string | The id of the Split.IO data plane authentication application in Guid format. |
resourceGroupName | string | The name of the resource group. The name is case insensitive. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
workspaceName | string | The name of the ExperimentationWorkspace resource. |
Lifecycle Methods
- exchange_token
The action to exchange Split.IO data plane authentication token.
EXEC azure_isv.split.data_plane_applications.exchange_token
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@workspaceName='{{ workspaceName }}' --required,
@applicationId='{{ applicationId }}' --required
@@json=
'{
"token": "{{ token }}",
"resource": "{{ resource }}"
}'
;