Skip to main content

Get all origins

GET 

/api/v1/services/:service_id/origins/

Returns the list of origins of a service.

Request

Path Parameters

    service_id uuidrequired

Responses

Schema

  • Array [

  • host stringrequired

    Possible values: <= 255 characters, Value must match regular expression (^(?=.{1,253}\.)[a-zA-Z0-9_-]+(\.[a-zA-Z0-9_-]+)*\.[a-zA-Z]{2,}$)|(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$)|(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))

    id uuidrequired
    is_private_s3 boolean
    is_s3 boolean
    path string
    port integerrequired

    Possible values: <= 65535

    protocol ProtocolEnum (string)
    • HTTP - Http
    • HTTPS - Https
    • HTTP & HTTPS - Both

    Possible values: [HTTP, HTTPS, HTTP & HTTPS]

    s3_aws_region stringnullable
    s3_bucket_name stringnullable
    service uuidrequired

    service_provider

    object

    nullable

    account_provider uuid
    akamai_amd_stream stringnullable
    cname stringnullable

    Possible values: <= 255 characters

    display_name stringnullable

    Possible values: <= 255 characters

    id uuidrequired
    name stringrequired
    restored booleanrequired
    service uuidrequired
    status stringrequired
    status_details stringnullablerequired
    use_akamai_media_services boolean
    shield_location nullable

    shield_providers

    object[]

  • Array [

  • provider_location stringnullablerequired
    service_provider uuidrequired
  • ]

  • timeout_ms integernullable

    Possible values: >= -2147483648 and <= 2147483647

    type OriginTypeEnum (string)
    • CUSTOM - Custom
    • SERVICE_PROVIDER - Service Provider

    Possible values: [CUSTOM, SERVICE_PROVIDER]

  • ]

Loading...