Microsoft.ProgrammableConnectivity (preview:2025-03-30)

2025/05/02 • 15 new methods

Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ProgrammableConnectivity/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Gateways_ListBySubscription (new)
Description List Gateway resources by subscription ID.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ProgrammableConnectivity/gateways
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
operatorApiConnections:
[
string ,
]
,
gatewayBaseUrl: string ,
provisioningState: enum ,
configuredApplication:
{
name: string ,
applicationDescription: string ,
category: enum ,
commercialName: string ,
privacyRightsRequestEmailAddress: string ,
privacyPolicyUrl: string ,
}
,
configuredApplicationOwner:
{
name: string ,
legalName: string ,
tradingName: string ,
organizationDescription: string ,
taxNumber: string ,
organizationType: enum ,
organizationIdentificationId: string ,
organizationIdentificationIssuer: string ,
organizationIdentificationType: string ,
contactEmailAddress: string ,
legalRepresentative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
privacyManager:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
dataProtectionOfficer:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
registeredGeographicAddress:
{
streetNumber: string ,
streetName: string ,
locality: string ,
city: string ,
stateOrProvince: string ,
postalCode: string ,
countryCode: string ,
}
,
privacyPolicyUrl: string ,
localRepresentatives:
[
{
countryCode: string ,
representative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperatorApiConnections_ListBySubscription (new)
Description List OperatorApiConnection resources by subscription ID.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ProgrammableConnectivity/operatorApiConnections
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
operatorApiPlanId: string ,
gatewayId: string ,
operatorName: string ,
camaraApiName: string ,
provisioningState: enum ,
status:
{
state: string ,
reason: string ,
}
,
planTermsAndConditionsAccepted: boolean ,
planTermsAndConditionsLinks:
[
string ,
]
,
purposes:
[
string ,
]
,
purposeReason: string ,
dataProcessingList:
[
{
processingOperation: enum ,
contexts:
[
string ,
]
,
duration: enum ,
frequency: enum ,
transitRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
storageRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperatorApiPlans_ListBySubscription (new)
Description List OperatorApiPlan resources by subscription ID.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ProgrammableConnectivity/operatorApiPlans
{
api-version: string ,
subscriptionId: string ,
$filter: string ,
$top: integer ,
$skip: integer ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
operatorName: string ,
camaraApiName: string ,
supportedLocations:
[
string ,
]
,
operatorRegions:
[
string ,
]
,
markets:
[
string ,
]
,
limits: string ,
marketplaceProperties:
{
offerId: string ,
publisherId: string ,
planId: string ,
planTermsAndConditionsLinks:
[
string ,
]
,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperatorApiPlans_Get (new)
Description Get an OperatorApiPlan resource by name.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ProgrammableConnectivity/operatorApiPlans/{operatorApiPlanName}
{
api-version: string ,
subscriptionId: string ,
operatorApiPlanName: string ,
}

⚐ Response (200)

{
properties:
{
operatorName: string ,
camaraApiName: string ,
supportedLocations:
[
string ,
]
,
operatorRegions:
[
string ,
]
,
markets:
[
string ,
]
,
limits: string ,
marketplaceProperties:
{
offerId: string ,
publisherId: string ,
planId: string ,
planTermsAndConditionsLinks:
[
string ,
]
,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Gateways_ListByResourceGroup (new)
Description List Gateway resources by resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProgrammableConnectivity/gateways
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
operatorApiConnections:
[
string ,
]
,
gatewayBaseUrl: string ,
provisioningState: enum ,
configuredApplication:
{
name: string ,
applicationDescription: string ,
category: enum ,
commercialName: string ,
privacyRightsRequestEmailAddress: string ,
privacyPolicyUrl: string ,
}
,
configuredApplicationOwner:
{
name: string ,
legalName: string ,
tradingName: string ,
organizationDescription: string ,
taxNumber: string ,
organizationType: enum ,
organizationIdentificationId: string ,
organizationIdentificationIssuer: string ,
organizationIdentificationType: string ,
contactEmailAddress: string ,
legalRepresentative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
privacyManager:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
dataProtectionOfficer:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
registeredGeographicAddress:
{
streetNumber: string ,
streetName: string ,
locality: string ,
city: string ,
stateOrProvince: string ,
postalCode: string ,
countryCode: string ,
}
,
privacyPolicyUrl: string ,
localRepresentatives:
[
{
countryCode: string ,
representative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Gateways_Get (new)
Description Get a Gateway resource by name.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProgrammableConnectivity/gateways/{gatewayName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
gatewayName: string ,
}

⚐ Response (200)

{
properties:
{
operatorApiConnections:
[
string ,
]
,
gatewayBaseUrl: string ,
provisioningState: enum ,
configuredApplication:
{
name: string ,
applicationDescription: string ,
category: enum ,
commercialName: string ,
privacyRightsRequestEmailAddress: string ,
privacyPolicyUrl: string ,
}
,
configuredApplicationOwner:
{
name: string ,
legalName: string ,
tradingName: string ,
organizationDescription: string ,
taxNumber: string ,
organizationType: enum ,
organizationIdentificationId: string ,
organizationIdentificationIssuer: string ,
organizationIdentificationType: string ,
contactEmailAddress: string ,
legalRepresentative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
privacyManager:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
dataProtectionOfficer:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
registeredGeographicAddress:
{
streetNumber: string ,
streetName: string ,
locality: string ,
city: string ,
stateOrProvince: string ,
postalCode: string ,
countryCode: string ,
}
,
privacyPolicyUrl: string ,
localRepresentatives:
[
{
countryCode: string ,
representative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Gateways_CreateOrUpdate (new)
Description Create or update an APC Gateway.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProgrammableConnectivity/gateways/{gatewayName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
gatewayName: string ,
resource:
{
properties:
{
operatorApiConnections:
[
string ,
]
,
gatewayBaseUrl: string ,
provisioningState: enum ,
configuredApplication:
{
name: string ,
applicationDescription: string ,
category: enum ,
commercialName: string ,
privacyRightsRequestEmailAddress: string ,
privacyPolicyUrl: string ,
}
,
configuredApplicationOwner:
{
name: string ,
legalName: string ,
tradingName: string ,
organizationDescription: string ,
taxNumber: string ,
organizationType: enum ,
organizationIdentificationId: string ,
organizationIdentificationIssuer: string ,
organizationIdentificationType: string ,
contactEmailAddress: string ,
legalRepresentative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
privacyManager:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
dataProtectionOfficer:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
registeredGeographicAddress:
{
streetNumber: string ,
streetName: string ,
locality: string ,
city: string ,
stateOrProvince: string ,
postalCode: string ,
countryCode: string ,
}
,
privacyPolicyUrl: string ,
localRepresentatives:
[
{
countryCode: string ,
representative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
}
,
]
,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
operatorApiConnections:
[
string ,
]
,
gatewayBaseUrl: string ,
provisioningState: enum ,
configuredApplication:
{
name: string ,
applicationDescription: string ,
category: enum ,
commercialName: string ,
privacyRightsRequestEmailAddress: string ,
privacyPolicyUrl: string ,
}
,
configuredApplicationOwner:
{
name: string ,
legalName: string ,
tradingName: string ,
organizationDescription: string ,
taxNumber: string ,
organizationType: enum ,
organizationIdentificationId: string ,
organizationIdentificationIssuer: string ,
organizationIdentificationType: string ,
contactEmailAddress: string ,
legalRepresentative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
privacyManager:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
dataProtectionOfficer:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
registeredGeographicAddress:
{
streetNumber: string ,
streetName: string ,
locality: string ,
city: string ,
stateOrProvince: string ,
postalCode: string ,
countryCode: string ,
}
,
privacyPolicyUrl: string ,
localRepresentatives:
[
{
countryCode: string ,
representative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
operatorApiConnections:
[
string ,
]
,
gatewayBaseUrl: string ,
provisioningState: enum ,
configuredApplication:
{
name: string ,
applicationDescription: string ,
category: enum ,
commercialName: string ,
privacyRightsRequestEmailAddress: string ,
privacyPolicyUrl: string ,
}
,
configuredApplicationOwner:
{
name: string ,
legalName: string ,
tradingName: string ,
organizationDescription: string ,
taxNumber: string ,
organizationType: enum ,
organizationIdentificationId: string ,
organizationIdentificationIssuer: string ,
organizationIdentificationType: string ,
contactEmailAddress: string ,
legalRepresentative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
privacyManager:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
dataProtectionOfficer:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
registeredGeographicAddress:
{
streetNumber: string ,
streetName: string ,
locality: string ,
city: string ,
stateOrProvince: string ,
postalCode: string ,
countryCode: string ,
}
,
privacyPolicyUrl: string ,
localRepresentatives:
[
{
countryCode: string ,
representative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
}
,
]
,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Gateways_Update (new)
Description Update Gateway tags.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProgrammableConnectivity/gateways/{gatewayName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
gatewayName: string ,
properties:
{
tags: object ,
}
,
}

⚐ Response (200)

{
properties:
{
operatorApiConnections:
[
string ,
]
,
gatewayBaseUrl: string ,
provisioningState: enum ,
configuredApplication:
{
name: string ,
applicationDescription: string ,
category: enum ,
commercialName: string ,
privacyRightsRequestEmailAddress: string ,
privacyPolicyUrl: string ,
}
,
configuredApplicationOwner:
{
name: string ,
legalName: string ,
tradingName: string ,
organizationDescription: string ,
taxNumber: string ,
organizationType: enum ,
organizationIdentificationId: string ,
organizationIdentificationIssuer: string ,
organizationIdentificationType: string ,
contactEmailAddress: string ,
legalRepresentative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
privacyManager:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
dataProtectionOfficer:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
registeredGeographicAddress:
{
streetNumber: string ,
streetName: string ,
locality: string ,
city: string ,
stateOrProvince: string ,
postalCode: string ,
countryCode: string ,
}
,
privacyPolicyUrl: string ,
localRepresentatives:
[
{
countryCode: string ,
representative:
{
familyName: string ,
givenName: string ,
emailAddress: string ,
}
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Gateways_Delete (new)
Description Delete a Gateway.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProgrammableConnectivity/gateways/{gatewayName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
gatewayName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperatorApiConnections_ListByResourceGroup (new)
Description List OperatorApiConnection resources by resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProgrammableConnectivity/operatorApiConnections
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
operatorApiPlanId: string ,
gatewayId: string ,
operatorName: string ,
camaraApiName: string ,
provisioningState: enum ,
status:
{
state: string ,
reason: string ,
}
,
planTermsAndConditionsAccepted: boolean ,
planTermsAndConditionsLinks:
[
string ,
]
,
purposes:
[
string ,
]
,
purposeReason: string ,
dataProcessingList:
[
{
processingOperation: enum ,
contexts:
[
string ,
]
,
duration: enum ,
frequency: enum ,
transitRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
storageRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperatorApiConnections_Get (new)
Description Get an Operator API Connection.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProgrammableConnectivity/operatorApiConnections/{operatorApiConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
operatorApiConnectionName: string ,
}

⚐ Response (200)

{
properties:
{
operatorApiPlanId: string ,
gatewayId: string ,
operatorName: string ,
camaraApiName: string ,
provisioningState: enum ,
status:
{
state: string ,
reason: string ,
}
,
planTermsAndConditionsAccepted: boolean ,
planTermsAndConditionsLinks:
[
string ,
]
,
purposes:
[
string ,
]
,
purposeReason: string ,
dataProcessingList:
[
{
processingOperation: enum ,
contexts:
[
string ,
]
,
duration: enum ,
frequency: enum ,
transitRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
storageRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperatorApiConnections_Create (new)
Description Create an Operator API Connection.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProgrammableConnectivity/operatorApiConnections/{operatorApiConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
operatorApiConnectionName: string ,
resource:
{
properties:
{
operatorApiPlanId: string ,
gatewayId: string ,
operatorName: string ,
camaraApiName: string ,
provisioningState: enum ,
status:
{
state: string ,
reason: string ,
}
,
planTermsAndConditionsAccepted: boolean ,
planTermsAndConditionsLinks:
[
string ,
]
,
purposes:
[
string ,
]
,
purposeReason: string ,
dataProcessingList:
[
{
processingOperation: enum ,
contexts:
[
string ,
]
,
duration: enum ,
frequency: enum ,
transitRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
storageRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
operatorApiPlanId: string ,
gatewayId: string ,
operatorName: string ,
camaraApiName: string ,
provisioningState: enum ,
status:
{
state: string ,
reason: string ,
}
,
planTermsAndConditionsAccepted: boolean ,
planTermsAndConditionsLinks:
[
string ,
]
,
purposes:
[
string ,
]
,
purposeReason: string ,
dataProcessingList:
[
{
processingOperation: enum ,
contexts:
[
string ,
]
,
duration: enum ,
frequency: enum ,
transitRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
storageRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
operatorApiPlanId: string ,
gatewayId: string ,
operatorName: string ,
camaraApiName: string ,
provisioningState: enum ,
status:
{
state: string ,
reason: string ,
}
,
planTermsAndConditionsAccepted: boolean ,
planTermsAndConditionsLinks:
[
string ,
]
,
purposes:
[
string ,
]
,
purposeReason: string ,
dataProcessingList:
[
{
processingOperation: enum ,
contexts:
[
string ,
]
,
duration: enum ,
frequency: enum ,
transitRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
storageRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperatorApiConnections_Update (new)
Description Update an Operator API Connection.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProgrammableConnectivity/operatorApiConnections/{operatorApiConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
operatorApiConnectionName: string ,
properties:
{
tags: object ,
properties:
{
operatorApiPlanId: string ,
planTermsAndConditionsAccepted: boolean ,
purposes:
[
string ,
]
,
purposeReason: string ,
dataProcessingList:
[
{
processingOperation: enum ,
contexts:
[
string ,
]
,
duration: enum ,
frequency: enum ,
transitRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
storageRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
operatorApiPlanId: string ,
gatewayId: string ,
operatorName: string ,
camaraApiName: string ,
provisioningState: enum ,
status:
{
state: string ,
reason: string ,
}
,
planTermsAndConditionsAccepted: boolean ,
planTermsAndConditionsLinks:
[
string ,
]
,
purposes:
[
string ,
]
,
purposeReason: string ,
dataProcessingList:
[
{
processingOperation: enum ,
contexts:
[
string ,
]
,
duration: enum ,
frequency: enum ,
transitRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
storageRegions:
[
{
countryCode: string ,
commercialOrganization: string ,
commercialActivity: boolean ,
dataPrivacyFrameworkUrl: string ,
}
,
]
,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
OperatorApiConnections_Delete (new)
Description Delete an Operator API Connection.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProgrammableConnectivity/operatorApiConnections/{operatorApiConnectionName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
operatorApiConnectionName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}