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": "originIngressRateThreshold", "Description": { "new": "The ingress rate limit threshold for an origin per minute in bytes", "old": "The ingress rate limit threshold for an origin per minute in MB" } } ] } ] } } } } } }
⚼ 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:
boolean
,
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
,
}