Get Domain Extended Configuration - GET /api/domain/extcfg/{domain-id}

Parent Previous Next

GET /api/domain/extcfg/{domain-id}

Get any configuration settings that have been made by QUANTIL staff on your behalf.  These are settings which cannot be set directly by the QUANTIL API or portal at this time. This API can be called for domains of the Web Acceleration, Website Acceleration - Static only,  Download Acceleration, and Video Acceleration products.



Request Details


Request Headers


Header

Description

Required

Authorization

Authorization string for the request

Yes

Host

URI for the QUANTIL SDK (i.e., api.quantil.com)

Yes

Date

The date and time of the request.

Yes

Accept

Indicates the accepted format (i.e., application/xml)

Yes


Request Body Elements

This request does not include an XML document in the request body.


Request Syntax:


GET /api/domain/extcfg/<domain-id> HTTP/1.1

Authorization: Basic <authorization string>

Host: api.quantil.com

Date: <date>

Accept: application/xml


Here is the structure of a request using the curl utility.   The domain-id is the unique ID which is returned to you when you created the domain.


curl -i --url https://api.quantil.com/api/domain/extcfg/{domain-id}

-X GET

-u {user}: {password}

-H 'Date: Fri, 26 Oct 2012 06:33:26 GMT'

-H 'Accept: application/xml'

-H 'Content-Type: application/xml'


Sample Request:


The following example using the curl command-line tool to obtain a domain's deployment history.


curl -i --url 'https://api.quantil.com/api/domain/extcfg/5442 -X GET -u test:pXoktxJQnUEkaOurDbJ02Y0axzE= -H 'Date: Wed, 06 Aug 2014 14:12:25 PDT' -H 'Accept: application/xml'

Response Details:


Response Headers:

HTTP/1.1 200 OK

Date: <date>

Content-Type: application/xml; charset = utf-8

x-cnc-request-id: {id string auto generated by the QUANTIL server}


Response Body Elements



Element

Description

extended-configs

This element will contain any special settings configured by QUANTIL's staff.



Sample Response:

HTTP/1.1 200 OK

Date: Fri, 25 Sep 2015 18:23:22 GMT

Accept-Ranges: bytes

Server: WS-web-server

x-cnc-request-id: 14328394

ContentType: application/xml;charset=UTF-8

Content-Type: application/xml;charset=UTF-8

Content-Length: 19


<extended-configs/>

Error List


This API has no special error codes.