UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 112 kB
{"openapi":"3.0.0","info":{"description":"APIs to deploy and manage resources to SeaBreeze.","title":"SeaBreezeManagementClient","version":"2018-09-01-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/servicefabricmesh/resource-manager/Microsoft.ServiceFabricMesh/preview/2018-09-01-preview/servicefabricmesh.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"servicefabricmesh","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.ServiceFabricMesh/operations":{"get":{"description":"Lists all the available operations provided by Service Fabric SeaBreeze resource provider.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/api-versionRequiredQueryParam"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"}}}},"default":{"description":"Error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Lists all of the available operations.","tags":["Operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/applications":{"get":{"description":"Gets the information about all application resources in a given resource group. The information include the description and other properties of the application.","operationId":"Application_ListBySubscription","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationResourceDescriptionList"},"examples":{"ListApplicationsBySubscriptionId":{"$ref":"#/components/examples/ListApplicationsBySubscriptionId"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets all the application resources in a given subscription.","tags":["Applications"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/gateways":{"get":{"description":"Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the gateway.","operationId":"Gateway_ListBySubscription","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GatewayResourceDescriptionList"},"examples":{"ListGatewaysBySubscriptionId":{"$ref":"#/components/examples/ListGatewaysBySubscriptionId"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets all the gateway resources in a given subscription.","tags":["Gateways"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/networks":{"get":{"description":"Gets the information about all network resources in a given resource group. The information include the description and other properties of the network.","operationId":"Network_ListBySubscription","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkResourceDescriptionList"},"examples":{"ListNetworksBySubscriptionId":{"$ref":"#/components/examples/ListNetworksBySubscriptionId"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets all the network resources in a given subscription.","tags":["Networks"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/secrets":{"get":{"description":"Gets the information about all secret resources in a given resource group. The information include the description and other properties of the secret.","operationId":"Secret_ListBySubscription","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretResourceDescriptionList"},"examples":{"ListSecretsBySubscriptionId":{"$ref":"#/components/examples/ListSecretsBySubscriptionId"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets all the secret resources in a given subscription.","tags":["Secrets"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.ServiceFabricMesh/volumes":{"get":{"description":"Gets the information about all volume resources in a given resource group. The information include the description and other properties of the volume.","operationId":"Volume_ListBySubscription","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VolumeResourceDescriptionList"},"examples":{"ListVolumesBySubscriptionId":{"$ref":"#/components/examples/ListVolumesBySubscriptionId"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets all the volume resources in a given subscription.","tags":["Volumes"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications":{"get":{"description":"Gets the information about all application resources in a given resource group. The information include the description and other properties of the Application.","operationId":"Application_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationResourceDescriptionList"},"examples":{"ListApplicationsByResourceGroup":{"$ref":"#/components/examples/ListApplicationsByResourceGroup"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets all the application resources in a given resource group.","tags":["Applications"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}":{"delete":{"description":"Deletes the application resource identified by the name.","operationId":"Application_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/ApplicationResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"No Content - the specified application was not found."},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Deletes the application resource.","tags":["Applications"]},"get":{"description":"Gets the information about the application resource with the given name. The information include the description and other properties of the application.","operationId":"Application_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/ApplicationResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationResourceDescription"},"examples":{"GetApplication":{"$ref":"#/components/examples/GetApplication"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets the application resource with the given name.","tags":["Applications"]},"put":{"description":"Creates an application resource with the specified name, description and properties. If an application resource with the same name exists, then it is updated with the specified description and properties.","operationId":"Application_Create","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/ApplicationResourceNameRequiredPathParam"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationResourceDescription"}}},"description":"Description for creating a Application resource.","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationResourceDescription"},"examples":{"CreateOrUpdateApplication":{"$ref":"#/components/examples/CreateOrUpdateApplication"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ApplicationResourceDescription"},"examples":{"CreateOrUpdateApplication":{"$ref":"#/components/examples/CreateOrUpdateApplication"}}}}},"202":{"description":"Accepted"},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Creates or updates an application resource.","tags":["Applications"],"x-sf-codegen":{"Powershell":{"skipGeneration":"true"}}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services":{"get":{"description":"Gets the information about all services of an application resource. The information include the description and other properties of the Service.","operationId":"Service_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/ApplicationResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResourceDescriptionList"},"examples":{"ListServices":{"$ref":"#/components/examples/ListServices"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Lists all the service resources.","tags":["Services"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}":{"get":{"description":"Gets the information about the service resource with the given name. The information include the description and other properties of the service.","operationId":"Service_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/ApplicationResourceNameRequiredPathParam"},{"$ref":"#/components/parameters/ServiceResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceResourceDescription"},"examples":{"GetService":{"$ref":"#/components/examples/GetService"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets the service resource with the given name.","tags":["Services"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas":{"get":{"description":"Gets the information about all replicas of a given service of an application. The information includes the runtime properties of the replica instance.","operationId":"ServiceReplica_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/ApplicationResourceNameRequiredPathParam"},{"$ref":"#/components/parameters/ServiceResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceReplicaDescriptionList"},"examples":{"ReplicasGetAll":{"$ref":"#/components/examples/ReplicasGetAll"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets replicas of a given service.","tags":["ServiceReplicas"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas/{replicaName}":{"get":{"description":"Gets the information about the service replica with the given name. The information include the description and other properties of the service replica.","operationId":"ServiceReplica_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/ApplicationResourceNameRequiredPathParam"},{"$ref":"#/components/parameters/ServiceResourceNameRequiredPathParam"},{"$ref":"#/components/parameters/ReplicaNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServiceReplicaDescription"},"examples":{"ReplicaGet":{"$ref":"#/components/examples/ReplicaGet"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets the given replica of the service of an application.","tags":["ServiceReplicas"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/applications/{applicationResourceName}/services/{serviceResourceName}/replicas/{replicaName}/codePackages/{codePackageName}/logs":{"get":{"description":"Gets the logs for the container of the specified code package of the service replica.","operationId":"CodePackage_GetContainerLogs","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ApplicationResourceNameRequiredPathParam"},{"$ref":"#/components/parameters/ServiceResourceNameRequiredPathParam"},{"$ref":"#/components/parameters/ReplicaNameRequiredPathParam"},{"$ref":"#/components/parameters/CodePackageNameRequiredPathParam"},{"$ref":"#/components/parameters/TailOptionalQueryParam"}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContainerLogs"},"examples":{"GetContainerLogs":{"$ref":"#/components/examples/GetContainerLogs"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets the logs from the container.","tags":["CodePackages"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways":{"get":{"description":"Gets the information about all gateway resources in a given resource group. The information include the description and other properties of the Gateway.","operationId":"Gateway_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GatewayResourceDescriptionList"},"examples":{"ListGatewaysByResourceGroup":{"$ref":"#/components/examples/ListGatewaysByResourceGroup"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets all the gateway resources in a given resource group.","tags":["Gateways"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/gateways/{gatewayResourceName}":{"delete":{"description":"Deletes the gateway resource identified by the name.","operationId":"Gateway_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/GatewayResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"No Content - the specified gateway was not found."},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Deletes the gateway resource.","tags":["Gateways"]},"get":{"description":"Gets the information about the gateway resource with the given name. The information include the description and other properties of the gateway.","operationId":"Gateway_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/GatewayResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GatewayResourceDescription"},"examples":{"GetGateway":{"$ref":"#/components/examples/GetGateway"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets the gateway resource with the given name.","tags":["Gateways"]},"put":{"description":"Creates a gateway resource with the specified name, description and properties. If a gateway resource with the same name exists, then it is updated with the specified description and properties. Use gateway resources to create a gateway for public connectivity for services within your application.","operationId":"Gateway_Create","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/GatewayResourceNameRequiredPathParam"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GatewayResourceDescription"}}},"description":"Description for creating a Gateway resource.","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GatewayResourceDescription"},"examples":{"CreateOrUpdateGateway":{"$ref":"#/components/examples/CreateOrUpdateGateway"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GatewayResourceDescription"},"examples":{"CreateOrUpdateGateway":{"$ref":"#/components/examples/CreateOrUpdateGateway"}}}}},"202":{"description":"Accepted"},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Creates or updates a gateway resource.","tags":["Gateways"],"x-sf-codegen":{"Powershell":{"skipGeneration":"true"}}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks":{"get":{"description":"Gets the information about all network resources in a given resource group. The information include the description and other properties of the Network.","operationId":"Network_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkResourceDescriptionList"},"examples":{"ListNetworksByResourceGroup":{"$ref":"#/components/examples/ListNetworksByResourceGroup"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets all the network resources in a given resource group.","tags":["Networks"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/networks/{networkResourceName}":{"delete":{"description":"Deletes the network resource identified by the name.","operationId":"Network_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/NetworkResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"No Content - the specified network was not found."},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Deletes the network resource.","tags":["Networks"]},"get":{"description":"Gets the information about the network resource with the given name. The information include the description and other properties of the network.","operationId":"Network_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/NetworkResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkResourceDescription"},"examples":{"GetNetwork":{"$ref":"#/components/examples/GetNetwork"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets the network resource with the given name.","tags":["Networks"]},"put":{"description":"Creates a network resource with the specified name, description and properties. If a network resource with the same name exists, then it is updated with the specified description and properties.","operationId":"Network_Create","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/NetworkResourceNameRequiredPathParam"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkResourceDescription"}}},"description":"Description for creating a Network resource.","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkResourceDescription"},"examples":{"CreateOrUpdateNetwork":{"$ref":"#/components/examples/CreateOrUpdateNetwork"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkResourceDescription"},"examples":{"CreateOrUpdateNetwork":{"$ref":"#/components/examples/CreateOrUpdateNetwork"}}}}},"202":{"description":"Accepted"},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Creates or updates a network resource.","tags":["Networks"],"x-sf-codegen":{"Powershell":{"skipGeneration":"true"}}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets":{"get":{"description":"Gets the information about all secret resources in a given resource group. The information include the description and other properties of the Secret.","operationId":"Secret_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretResourceDescriptionList"},"examples":{"ListSecretsByResourceGroup":{"$ref":"#/components/examples/ListSecretsByResourceGroup"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets all the secret resources in a given resource group.","tags":["Secrets"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}":{"delete":{"description":"Deletes the secret resource identified by the name.","operationId":"Secret_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"No Content - the specified secret was not found."},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Deletes the secret resource.","tags":["Secrets"]},"get":{"description":"Gets the information about the secret resource with the given name. The information include the description and other properties of the secret.","operationId":"Secret_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretResourceDescription"},"examples":{"GetSecret":{"$ref":"#/components/examples/GetSecret"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets the secret resource with the given name.","tags":["Secrets"]},"put":{"description":"Creates a secret resource with the specified name, description and properties. If a secret resource with the same name exists, then it is updated with the specified description and properties.","operationId":"Secret_Create","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretResourceNameRequiredPathParam"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretResourceDescription"}}},"description":"Description for creating a secret resource.","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretResourceDescription"},"examples":{"CreateOrUpdateSecret":{"$ref":"#/components/examples/CreateOrUpdateSecret"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretResourceDescription"},"examples":{"CreateOrUpdateSecret":{"$ref":"#/components/examples/CreateOrUpdateSecret"}}}}},"202":{"description":"Accepted"},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Creates or updates a secret resource.","tags":["Secrets"],"x-sf-codegen":{"Powershell":{"skipGeneration":"true"}}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values":{"get":{"description":"Gets information about all secret value resources of the specified secret resource. The information includes the names of the secret value resources, but not the actual values.","operationId":"SecretValue_List","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretValueResourceDescriptionList"},"examples":{"ListSecretValues":{"$ref":"#/components/examples/ListSecretValues"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"List names of all values of the specified secret resource.","tags":["SecretValues"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}":{"delete":{"description":"Deletes the secret value resource identified by the name. The name of the resource is typically the version associated with that value. Deletion will fail if the specified value is in use.","operationId":"SecretValue_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretResourceNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretValueResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"No Content - the specified named secret value was not found."},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Deletes the specified value of the named secret resource.","tags":["SecretValues"]},"get":{"description":"Get the information about the specified named secret value resources. The information does not include the actual value of the secret.","operationId":"SecretValue_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretResourceNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretValueResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretValueResourceDescription"},"examples":{"GetSecretValue":{"$ref":"#/components/examples/GetSecretValue"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets the specified secret value resource.","tags":["SecretValues"]},"put":{"description":"Creates a new value of the specified secret resource. The name of the value is typically the version identifier. Once created the value cannot be changed.","operationId":"SecretValue_Create","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretResourceNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretValueResourceNameRequiredPathParam"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretValueResourceDescription"}}},"description":"Description for creating a value of a secret resource.","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretValueResourceDescription"},"examples":{"CreateSecretValue":{"$ref":"#/components/examples/CreateSecretValue"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretValueResourceDescription"},"examples":{"CreateSecretValue":{"$ref":"#/components/examples/CreateSecretValue"}}}}},"202":{"description":"Accepted"},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Adds the specified value as a new version of the specified secret resource.","tags":["SecretValues"],"x-sf-codegen":{"Powershell":{"skipGeneration":"true"}}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/secrets/{secretResourceName}/values/{secretValueResourceName}/list_value":{"post":{"description":"Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation.","operationId":"SecretValue_ListValue","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretResourceNameRequiredPathParam"},{"$ref":"#/components/parameters/SecretValueResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SecretValue"},"examples":{"ListSecretValue":{"$ref":"#/components/examples/ListSecretValue"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Lists the specified value of the secret resource.","tags":["SecretValues"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes":{"get":{"description":"Gets the information about all volume resources in a given resource group. The information include the description and other properties of the Volume.","operationId":"Volume_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VolumeResourceDescriptionList"},"examples":{"ListVolumesByResourceGroup":{"$ref":"#/components/examples/ListVolumesByResourceGroup"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets all the volume resources in a given resource group.","tags":["Volumes"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabricMesh/volumes/{volumeResourceName}":{"delete":{"description":"Deletes the volume resource identified by the name.","operationId":"Volume_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/VolumeResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"No Content - the specified volume was not found."},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Deletes the volume resource.","tags":["Volumes"]},"get":{"description":"Gets the information about the volume resource with the given name. The information include the description and other properties of the volume.","operationId":"Volume_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/VolumeResourceNameRequiredPathParam"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VolumeResourceDescription"},"examples":{"GetVolume":{"$ref":"#/components/examples/GetVolume"}}}}},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Gets the volume resource with the given name.","tags":["Volumes"]},"put":{"description":"Creates a volume resource with the specified name, description and properties. If a volume resource with the same name exists, then it is updated with the specified description and properties.","operationId":"Volume_Create","parameters":[{"$ref":"#/components/parameters/subscriptionIdRequiredPathParam"},{"$ref":"#/components/parameters/api-versionRequiredQueryParam"},{"$ref":"#/components/parameters/ResourceGroupNameRequiredPathParam"},{"$ref":"#/components/parameters/VolumeResourceNameRequiredPathParam"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VolumeResourceDescription"}}},"description":"Description for creating a Volume resource.","required":true,"x-ms-parameter-location":"method"},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VolumeResourceDescription"},"examples":{"CreateOrUpdateVolume":{"$ref":"#/components/examples/CreateOrUpdateVolume"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VolumeResourceDescription"},"examples":{"CreateOrUpdateVolume":{"$ref":"#/components/examples/CreateOrUpdateVolume"}}}}},"202":{"description":"Accepted"},"default":{"description":"Error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorModel"}}}}},"summary":"Creates or updates a volume resource.","tags":["Volumes"],"x-sf-codegen":{"Powershell":{"skipGeneration":"true"}}}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"ListApplicationsBySubscriptionId":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/applications/sampleApplication","location":"EastUS","name":"sampleApplication","properties":{"description":"Service Fabric Mesh sample application.","healthState":"Ok","provisioningState":"Succeeded","serviceNames":["helloWorldService"],"status":"Ready"},"tags":{},"type":"Microsoft.ServiceFabricMesh/applications"}]}},"ListGatewaysBySubscriptionId":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/gateways/sampleGateway","location":"EastUS","name":"sampleGateway","properties":{"description":"Service Fabric Mesh sample gateway.","destinationNetwork":{"name":"helloWorldNetwork"},"http":[{"hosts":[{"name":"contoso.com","routes":[{"destination":{"applicationName":"httpHelloWorldApp","endpointName":"indexHttpEndpoint","serviceName":"indexService"},"match":{"headers":[{"name":"accept","type":"exact","value":"application/json"}],"path":{"rewrite":"/","type":"prefix","value":"/index"}},"name":"index"}]}],"name":"contosoWebsite","port":8081}],"ipAddress":"192.168.1.1","provisioningState":"Succeeded","sourceNetwork":{"name":"Open"},"status":"Ready","tcp":[{"destination":{"applicationName":"helloWorldApp","endpointName":"helloWorldListener","serviceName":"helloWorldService"},"name":"web","port":80}]},"tags":{},"type":"Microsoft.ServiceFabricMesh/gateways"}]}},"ListNetworksBySubscriptionId":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/networks/sampleNetwork","location":"EastUS","name":"sampleNetwork","properties":{"description":"Service Fabric Mesh sample network.","kind":"Local","networkAddressPrefix":"2.0.0.0/16","provisioningState":"Succeeded","status":"Ready"},"tags":{},"type":"Microsoft.ServiceFabricMesh/networks"}]}},"ListSecretsBySubscriptionId":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/secrets/dbConnectionString","location":"EastUS","name":"dbConnectionString","properties":{"contentType":"text/plain","description":"Mongo DB connection string for backend database!","kind":"inlinedValue","provisioningState":"Succeeded","status":"Ready"},"tags":{},"type":"Microsoft.ServiceFabricMesh/secrets"}]}},"ListVolumesBySubscriptionId":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/volumes/sampleVolume","location":"EastUS","name":"sampleVolume","properties":{"azureFileParameters":{"accountName":"sbzdemoaccount","shareName":"sharel"},"description":"Service Fabric Mesh sample volume.","provider":"SFAzureFile","provisioningState":"Succeeded","status":"Ready"},"tags":{},"type":"Microsoft.ServiceFabricMesh/volumes"}]}},"ListApplicationsByResourceGroup":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/applications/sampleApplication","location":"EastUS","name":"sampleApplication","properties":{"description":"Service Fabric Mesh sample application.","healthState":"Ok","provisioningState":"Succeeded","serviceNames":["helloWorldService"],"status":"Ready"},"tags":{},"type":"Microsoft.ServiceFabricMesh/applications"}]}},"GetApplication":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/applications/sampleApplication","location":"EastUS","name":"sampleApplication","properties":{"description":"Service Fabric Mesh sample application.","healthState":"Ok","provisioningState":"Succeeded","serviceNames":["helloWorldService"],"status":"Ready"},"tags":{},"type":"Microsoft.ServiceFabricMesh/applications"}},"CreateOrUpdateApplication":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/applications/sampleApplication","location":"EastUS","name":"sampleApplication","properties":{"description":"Service Fabric Mesh sample application.","healthState":"Unknown","provisioningState":"Updating","serviceNames":["helloWorldService"],"status":"Creating"},"tags":{},"type":"Microsoft.ServiceFabricMesh/applications"}},"ListServices":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/applications/sampleApplication/services/helloWorldService","name":"helloWorldService","properties":{"codePackages":[{"endpoints":[{"name":"helloWorldListener","port":80}],"image":"seabreeze/sbz-helloworld:1.0-alpine","name":"helloWorldCode","resources":{"requests":{"cpu":1,"memoryInGB":1}}}],"description":"SeaBreeze Hello World Service.","healthState":"Ok","networkRefs":[{"endpointRefs":[{"name":"helloWorldListener"}],"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/networks/sampleNetwork"}],"osType":"Linux","replicaCount":1,"status":"Ready"},"type":"Microsoft.ServiceFabricMesh/services"}]}},"GetService":{"value":{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/applications/sampleApplication/services/helloWorldService","name":"helloWorldService","properties":{"codePackages":[{"endpoints":[{"name":"helloWorldListener","port":80}],"image":"seabreeze/sbz-helloworld:1.0-alpine","name":"helloWorldCode","resources":{"requests":{"cpu":1,"memoryInGB":1}}}],"description":"SeaBreeze Hello World Service.","healthState":"Ok","networkRefs":[{"endpointRefs":[{"name":"helloWorldListener"}],"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/networks/sampleNetwork"}],"osType":"Linux","replicaCount":1,"status":"Ready"},"type":"Microsoft.ServiceFabricMesh/services"}},"ReplicasGetAll":{"value":{"value":[{"codePackages":[{"endpoints":[{"name":"helloWorldListener","port":80}],"image":"seabreeze/sbz-helloworld:1.0-alpine","instanceView":{"currentState":{"exitCode":"0","state":"Running"},"events":[{"count":3,"firstTimestamp":"2018-04-05T22:37:20.9016844","lastTimestamp":"2018-04-06T06:36:06.0887046","message":"Container created and started.","name":"Created","type":"Normal"},{"count":1,"firstTimestamp":"2018-04-06T06:34:00.6622454","lastTimestamp":"2018-04-06T06:34:00.6622454","message":"Container was stopped.","name":"Stopped","type":"Normal"}],"previousState":{"exitCode":"0","state":"NotSpecified"},"restartCount":1},"name":"helloWorldCode","resources":{"requests":{"cpu":1,"memoryInGB":1}}}],"networkRefs":[{"endpointRefs":[{"name":"helloWorldListener"}],"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/networks/sampleNetwork"}],"osType":"Linux","replicaName":"0"}]}},"ReplicaGet":{"value":{"codePackages":[{"endpoints":[{"name":"helloWorldListener","port":80}],"image":"seabreeze/sbz-helloworld:1.0-alpine","instanceView":{"currentState":{"exitCode":"0","state":"Running"},"events":[{"count":3,"firstTimestamp":"2018-04-05T22:37:20.9016844","lastTimestamp":"2018-04-06T06:36:06.0887046","message":"Container created and started.","name":"Created","type":"Normal"},{"count":1,"firstTimestamp":"2018-04-06T06:34:00.6622454","lastTimestamp":"2018-04-06T06:34:00.6622454","message":"Container was stopped.","name":"Stopped","type":"Normal"}],"previousState":{"exitCode":"0","state":"NotSpecified"},"restartCount":1},"name":"helloWorldCode","resources":{"requests":{"cpu":1,"memoryInGB":1}}}],"networkRefs":[{"endpointRefs":[{"name":"helloWorldListener"}],"name":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/networks/sampleNetwork"}],"osType":"Linux","replicaName":"0"}},"GetContainerLogs":{"value":{"content":" * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit)\n * Downloading style https://assets-cdn.github.com/assets/frameworks-8f281eb0a8d2308ceb36e714ba3c3aec.css\n * Downloading style https://assets-cdn.github.com/assets/github-a698da0d53574b056d3c79ac732d4a70.css\n * Downloading style https://assets-cdn.github.com/assets/site-83dc1f7ebc9c7461fe1eab799b56c4c4.css\n * Cached all downloads in /root/.grip/cache-4.5.2\n167.220.0.83 - - [06/Apr/2018 07:16:02] \"GET / HTTP/1.1\" 200 -\n167.220.0.83 - - [06/Apr/2018 07:16:02] \"GET /__/grip/asset/frameworks-8f281eb0a8d2308ceb36e714ba3c3aec.css HTTP/1.1\" 200 -\n167.220.0.83 - - [06/Apr/2018 07:16:02] \"GET /__/grip/asset/site-83dc1f7ebc9c7461fe1eab799b56c4c4.css HTTP/1.1\" 200 -\n167.220.0.83 - - [06/Apr/2018 07:16:02] \"GET /__/grip/asset/github-a698da0d53574b056d3c79ac732d4a70.css HTTP/1.1\" 200 -\n167.220.0.83 - - [06/Apr/2018 07:16:02] \"GET /__/grip/static/octicons/octicons.css HTTP/1.1\" 200 -\n167.220.0.83 - - [06/Apr/2018 07:16:03] \"GET /__/grip/static/octicons/octicons.woff2?ef21c39f0ca9b1b5116e5eb7ac5eabe6 HTTP/1.1\" 200 -\n167.220.0.83 - - [06/Apr/2018 07:16:03] \"GET /__/grip/static/favicon.ico HTTP/1.1\" 200 -\n167.220.0.83 - - [06/Apr/2018 07:16:05] \"GET /seabreeze-index.md HTTP/1.1\" 200 -\n167.220.0.83 - - [06/Apr/2018 07:16:09] \"GET /seabreeze-api-application_get.md HTTP/1.1\" 200 -\n"}},"ListGatewaysByResourceGroup":{"value":{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/sbz_demo/providers/Microsoft.ServiceFabricMesh/gateways/sampleGateway","location":"EastUS","name":"sampleGateway","properties":{"description":"Servi