-
Notifications
You must be signed in to change notification settings - Fork 9
/
insights.yaml
38 lines (38 loc) · 1.19 KB
/
insights.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
openapi: 3.0.0
info:
title: Insights
version: '1'
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
- url: https://{hostname}/script-management/v1
x-akamai:
auth-type: EDGE_GRID
file-path: insights.yaml
paths:
/properties/{propertyId}/hostnames/{hostname}/network/{network}/insights:
parameters:
- $ref: parameters/network-path-insights.yaml
- $ref: parameters/hostname-path.yaml
- $ref: parameters/propertyId-path.yaml
get:
operationId: get-property-hostname-network-insights
summary: Get insights
tags:
- Insights
description: |
Returns script performance information for the specified `propertyId`, `hostname`, and `network`.
parameters:
- $ref: parameters/firstParty-query.yaml
- $ref: parameters/thirdParty-query.yaml
responses:
200:
description: |
Collects information about each script's performance for both production and staging networks.
content:
application/json:
example:
$ref: examples/insights-get-200.json
schema:
$ref: schemas/insights-get.yaml