Azure Service Fabric
Azure Service Fabric management API — 12 operations consolidated from 2 Microsoft OpenAPI specs into one connector.
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. The server refreshes the access token before each run.
Consolidated from 2 spec-per-resource-provider connectors; every operation from every one of them is preserved. The superseded names still resolve.
Operations
applications_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationsapplicationtypes_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}applicationtypes_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypesapplicationtypeversions_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versions/{version}applicationtypeversions_list— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/clusters/{clusterName}/applicationTypes/{applicationTypeName}/versionscluster_operations_list— GET /providers/Microsoft.ServiceFabric/operationsclusters_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/clustersclusterversions_get— GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersions/{clusterVersion}clusterversions_getbyenvironment— GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersions/{clusterVersion}clusterversions_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/clusterVersionsclusterversions_listbyenvironment— GET /subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabric/locations/{location}/environments/{environment}/clusterVersionsoperations_list— GET /providers/Microsoft.ServiceFabric/operations
Inputs
- a linked
oauthcredential (no key inputs) operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: applications_list, applicationtypes_get, applicationtypes_list, applicationtypeversions_get, applicationtypeversions_list, cluster_operations_list, clusters_list, clusterversions_get, clusterversions_getbyenvironment, clusterversions_list, clusterversions_listbyenvironment, operations_list |
applicationTypeName |
string | no | — | Path parameter applicationTypeName (required by some operations). |
clusterName |
string | no | — | Path parameter clusterName (required by some operations). |
clusterVersion |
string | no | — | Path parameter clusterVersion (required by some operations). |
environment |
string | no | — | Path parameter environment (required by some operations). |
location |
string | no | — | Path parameter location (required by some operations). |
resourceGroupName |
string | no | — | Path parameter resourceGroupName (required by some operations). |
subscriptionId |
string | no | — | Path parameter subscriptionId (required by some operations). |
version |
string | no | — | Path parameter version (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |