swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector AmfDeployments API schemes: - https tags: - name: AmfDeployments paths: /subscriptions/{subscriptionId}/providers/Microsoft.MobilePacketCore/amfDeployments: get: operationId: microsoftAzureAmfdeploymentsListbysubscription tags: - AmfDeployments description: List all Access and Mobility Function Deployments 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/AmfDeploymentResourceListResult' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: AmfDeployments_ListBySubscription: $ref: ./examples/AmfDeployment_ListBySubscription.json x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Mobilepacketcore Amfdeployments /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobilePacketCore/amfDeployments: get: operationId: microsoftAzureAmfdeploymentsListbyresourcegroup tags: - AmfDeployments description: List all Access and Mobility Function Deployments 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/AmfDeploymentResourceListResult' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: AmfDeployments_ListByResourceGroup: $ref: ./examples/AmfDeployment_ListByResourceGroup.json x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mobilepacketcore Amfdeployments ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobilePacketCore/amfDeployments/{amfDeploymentName} : get: operationId: microsoftAzureAmfdeploymentsGet tags: - AmfDeployments description: Get a AmfDeploymentResource 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: amfDeploymentName in: path description: The name of the AMF Deployment 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/AmfDeploymentResource' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: AmfDeployments_Get: $ref: ./examples/AmfDeployment_Get.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mobilepacketcore Amfdeployments Amfdeploymentname put: operationId: microsoftAzureAmfdeploymentsCreateorupdate tags: - AmfDeployments description: Create a AmfDeploymentResource 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: amfDeploymentName in: path description: The name of the AMF Deployment 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/AmfDeploymentResource' responses: '200': description: ARM resource update successful schema: $ref: '#/definitions/AmfDeploymentResource' '201': description: Azure create operation completed successfully. schema: $ref: '#/definitions/AmfDeploymentResource' 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: AmfDeployments_CreateOrUpdate: $ref: ./examples/AmfDeployment_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 Amfdeployments Amfdeploymentname patch: operationId: microsoftAzureAmfdeploymentsUpdatetags tags: - AmfDeployments description: Update a AmfDeploymentResource 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: amfDeploymentName in: path description: The name of the AMF Deployment 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/AmfDeploymentResourceTagsUpdate' responses: '200': description: Azure operation completed successfully. schema: $ref: '#/definitions/AmfDeploymentResource' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v5/types.json#/definitions/ErrorResponse x-ms-examples: AmfDeployments_UpdateTags: $ref: ./examples/AmfDeployment_UpdateTags.json summary: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Mobilepacketcore Amfdeployments Amfdeploymentname delete: operationId: microsoftAzureAmfdeploymentsDelete tags: - AmfDeployments description: Delete a AmfDeploymentResource 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: amfDeploymentName in: path description: The name of the AMF Deployment 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: AmfDeployments_Delete: $ref: ./examples/AmfDeployment_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 Amfdeployments Amfdeploymentname definitions: 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 AmfDeploymentResourceProperties: type: object description: AMF Deployment Properties. properties: provisioningState: $ref: '#/definitions/ProvisioningState' description: The status of the last operation. readOnly: true componentParameters: $ref: '#/definitions/ComponentDeploymentParameters' description: Azure for Operators 5G Core AMF component parameters secretsParameters: $ref: '#/definitions/ComponentDeploymentSecrets' format: password description: Azure for Operators 5G Core AMF secrets parameters x-ms-secret: true clusterService: $ref: '#/definitions/ClusterServiceIdProperty' description: Reference to cluster where the Network Function is 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: - clusterService ComponentDeploymentSecrets: type: string description: Containerized Network Function (CNF) Component Secrets AmfDeploymentResourceTagsUpdate: type: object description: The type used for updating tags in AmfDeploymentResource resources. properties: tags: type: object description: Resource tags. additionalProperties: type: string ReleaseVersion: type: string description: Azure for Operators 5G Core Release Version. ClusterServiceIdProperty: type: string format: arm-id description: ARM resource ID of a cluster. x-ms-arm-id-details: allowedResources: - type: Microsoft.MobilePacketCore/clusterServices 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 AmfDeploymentResource: type: object description: Azure for Operators 5G Core Access and Mobility Function (AMF) Deployment Resource properties: properties: $ref: '#/definitions/AmfDeploymentResourceProperties' 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 AmfDeploymentResourceListResult: type: object description: The response of a AmfDeploymentResource list operation. properties: value: type: array description: The AmfDeploymentResource items on this page items: $ref: '#/definitions/AmfDeploymentResource' nextLink: type: string format: uri description: The link to the next page of items required: - value ComponentDeploymentParameters: type: string description: Containerized Network Function (CNF) Component Deployment Parameters x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'