swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ObservabilityServices API schemes: - https tags: - name: ObservabilityServices paths: /subscriptions/{subscriptionId}/providers/Microsoft.MobilePacketCore/observabilityServices: get: operationId: microsoftAzureObservabilityservicesListbysubscription tags: - ObservabilityServices description: List all Observability Services by Subscription ID. parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/ObservabilityServiceResourceListResult' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: ObservabilityServices_ListBySubscription: $ref: ./examples/ObservabilityService_ListBySubscription.json x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Mobilepacketcore Observabilityservices ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobilePacketCore/observabilityServices : get: operationId: microsoftAzureObservabilityservicesListbyresourcegroup tags: - ObservabilityServices description: List all Observability Services by Resource Group. parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/ObservabilityServiceResourceListResult' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: ObservabilityServices_ListByResourceGroup: $ref: ./examples/ObservabilityService_ListByResourceGroup.json x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mobilepacketcore Observabilityservices ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobilePacketCore/observabilityServices/{observabilityServiceName} : get: operationId: microsoftAzureObservabilityservicesGet tags: - ObservabilityServices description: Get a ObservabilityServiceResource parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - name: observabilityServiceName in: path description: The name of the Observability Service required: true type: string minLength: 1 maxLength: 63 pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]$ responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/ObservabilityServiceResource' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: ObservabilityServices_Get: $ref: ./examples/ObservabilityService_Get.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mobilepacketcore Observabilityservices Observabilityservicename put: operationId: microsoftAzureObservabilityservicesCreateorupdate tags: - ObservabilityServices description: Create a ObservabilityServiceResource parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - name: observabilityServiceName in: path description: The name of the Observability Service required: true type: string minLength: 1 maxLength: 63 pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]$ - name: resource in: body description: Resource create parameters. required: true schema: $ref: '#/definitions/ObservabilityServiceResource' responses: '200': description: ARM resource update successful schema: $ref: '#/definitions/ObservabilityServiceResource' '201': description: Azure create operation completed successfully. schema: $ref: '#/definitions/ObservabilityServiceResource' headers: Retry-After: type: integer format: int32 description: The Retry-After header can indicate how long the client should wait before polling the operation status. default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: ObservabilityServices_CreateOrUpdate: $ref: ./examples/ObservabilityService_CreateOrUpdate.json x-ms-long-running-operation-options: final-state-via: azure-async-operation x-ms-long-running-operation: true summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mobilepacketcore Observabilityservices Observabilityservicename patch: operationId: microsoftAzureObservabilityservicesUpdatetags tags: - ObservabilityServices description: Update a ObservabilityServiceResource parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - name: observabilityServiceName in: path description: The name of the Observability Service required: true type: string minLength: 1 maxLength: 63 pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]$ - name: properties in: body description: The resource properties to be updated. required: true schema: $ref: '#/definitions/ObservabilityServiceResourceTagsUpdate' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/ObservabilityServiceResource' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: ObservabilityServices_UpdateTags: $ref: ./examples/ObservabilityService_UpdateTags.json summary: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mobilepacketcore Observabilityservices Observabilityservicename delete: operationId: microsoftAzureObservabilityservicesDelete tags: - ObservabilityServices description: Delete a ObservabilityServiceResource parameters: - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v5/types.json#/parameters/ResourceGroupNameParameter - name: observabilityServiceName in: path description: The name of the Observability Service required: true type: string minLength: 1 maxLength: 63 pattern: ^[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]$ responses: '202': description: Resource deletion accepted. headers: Location: type: string description: The Location header contains the URL where the status of the long running operation can be checked. Retry-After: type: integer format: int32 description: The Retry-After header can indicate how long the client should wait before polling the operation status. '204': description: Resource does not exist. default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: ObservabilityServices_Delete: $ref: ./examples/ObservabilityService_Delete.json x-ms-long-running-operation-options: final-state-via: location x-ms-long-running-operation: true summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mobilepacketcore Observabilityservices Observabilityservicename definitions: ComponentDeploymentSecrets: type: string description: Containerized Network Function (CNF) Component Secrets OperationalStatus: type: object description: Operational Status of the resource properties: workload: type: string description: Status of the deployed workload readOnly: true healthCheck: type: string description: Health check results readOnly: true ObservabilityServiceResourceListResult: type: object description: The response of a ObservabilityServiceResource list operation. properties: value: type: array description: The ObservabilityServiceResource items on this page items: $ref: '#/definitions/ObservabilityServiceResource' nextLink: type: string format: uri description: The link to the next page of items required: - value ReleaseVersion: type: string description: Azure for Operators 5G Core Release Version. QualifiedComponentDeploymentParameters: type: object description: Containerized Network Function (CNF) Qualified Deployment Parameters properties: type: $ref: '#/definitions/ComponentDeploymentType' description: Federation Type parameters: $ref: '#/definitions/ComponentDeploymentParameters' description: Deployment Parameters secrets: $ref: '#/definitions/ComponentDeploymentSecrets' format: password description: Deployment secrets x-ms-secret: true required: - type ClusterServiceIdProperty: type: string format: arm-id description: ARM resource ID of a cluster. x-ms-arm-id-details: allowedResources: - type: Microsoft.MobilePacketCore/clusterServices ComponentDeploymentType: type: string description: Containerized Network Function (CNF) Component Deployment Type ProvisioningState: type: string description: Provisioning state of the resource enum: - Succeeded - Failed - Canceled - Provisioning - Updating - Deleting - Accepted x-ms-enum: name: ProvisioningState modelAsString: true values: - name: Succeeded value: Succeeded description: Resource has been created. - name: Failed value: Failed description: Resource creation failed. - name: Canceled value: Canceled description: Resource creation was canceled. - name: Provisioning value: Provisioning description: Resource is getting provisioned - name: Updating value: Updating description: Resource is updating - name: Deleting value: Deleting description: Resource is getting deleted - name: Accepted value: Accepted description: Resource has been accepted readOnly: true ObservabilityServiceResourceTagsUpdate: type: object description: The type used for updating tags in ObservabilityServiceResource resources. properties: tags: type: object description: Resource tags. additionalProperties: type: string ComponentDeploymentParameters: type: string description: Containerized Network Function (CNF) Component Deployment Parameters ObservabilityServiceResource: type: object description: Azure for Operators 5G Core Observability Service Resource properties: properties: $ref: '#/definitions/ObservabilityServiceResourceProperties' description: The resource-specific properties for this resource. x-ms-client-flatten: true x-ms-mutability: - read - create allOf: - $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/TrackedResource ObservabilityServiceResourceProperties: type: object description: Observability Service Properties. properties: provisioningState: $ref: '#/definitions/ProvisioningState' description: The status of the last operation. readOnly: true componentParameters: type: array description: Azure for Operators 5G Core Observability component parameters. One set per component type items: $ref: '#/definitions/QualifiedComponentDeploymentParameters' x-ms-identifiers: - type clusterService: $ref: '#/definitions/ClusterServiceIdProperty' description: Reference to cluster where the observability components are deployed x-ms-mutability: - read - create releaseVersion: $ref: '#/definitions/ReleaseVersion' description: Release version. This is inherited from the cluster readOnly: true operationalStatus: $ref: '#/definitions/OperationalStatus' description: Operational status readOnly: true required: - componentParameters - clusterService x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'