profiles/{{ID}}/export
GET
- Auth. Required:
Yes
- Roles Required:
None
- Permissions Required:
PROFILE:READ, PARAMETER:READ
- Response Type:
Object
Request Structure
Parameter |
Description |
---|---|
id |
GET /api/4.0/profiles/3/export HTTP/1.1
Host: trafficops.infra.ciab.test
User-Agent: curl/7.62.0
Accept: */*
Cookie: mojolicious=...
Response Structure
- profile:
The exported Profile
- parameters:
An array of Parameters in use by this Profile
HTTP/1.1 200 OK
Access-Control-Allow-Credentials: true
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Set-Cookie, Cookie
Access-Control-Allow-Methods: POST,GET,OPTIONS,PUT,DELETE
Access-Control-Allow-Origin: *
Content-Disposition: attachment; filename="GLOBAL.json"
Content-Type: application/json
Set-Cookie: mojolicious=...; Path=/; Expires=Mon, 18 Nov 2019 17:40:54 GMT; Max-Age=3600; HttpOnly
Whole-Content-Sha512: mzP7DVxFAGhICxqagwDyBDRea7oBZPMAx7NCDeOBVCRqlcCFFe7XL3JP58b80aaVOW/2ZGfg/jpYF70cdDfzQA==
X-Server-Name: traffic_ops_golang/
Date: Fri, 13 Sep 2019 20:14:42 GMT
Transfer-Encoding: gzip
{ "profile": {
"name": "GLOBAL",
"description": "Global Traffic Ops profile",
"cdn": "ALL",
"type": "UNK_PROFILE"
},
"parameters": [
{
"config_file": "global",
"name": "tm.instance_name",
"value": "Traffic Ops CDN"
},
{
"config_file": "global",
"name": "tm.toolname",
"value": "Traffic Ops"
}
]}