| Description | : Lists all of the existing origins within an origin group. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "AFDOrigins_ListByOriginGroup",
"$responses": {
"200": {
"$properties": {
"value": {
"$properties": {
"properties": [
{
"originCapacityResource": [
{
"#name": "enabled",
"Enum": {
"new": [
[
"Enabled",
""
],
[
"Disabled",
""
]
],
"old": []
},
"Type": {
"new": "string",
"old": "boolean"
}
}
]
}
]
}
}
}
}
}
}
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/originGroups/{originGroupName}/origins
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
profileName:
string
,
originGroupName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
originGroupName:
string
,
azureOrigin:
{
,
id:
string
,
}
hostName:
string
,
httpPort:
integer
,
httpsPort:
integer
,
originHostHeader:
string
,
priority:
integer
,
weight:
integer
,
sharedPrivateLinkResource:
{
,
privateLink:
{
,
id:
string
,
}
privateLinkLocation:
string
,
groupId:
string
,
requestMessage:
string
,
status:
enum
,
}
originCapacityResource:
{
,
enabled:
enum
,
region:
string
,
originRequestRateThreshold:
integer
,
originIngressRateThreshold:
integer
,
}
enabledState:
enum
,
enforceCertificateNameCheck:
boolean
,
provisioningState:
enum
,
deploymentStatus:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}