-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathFall-backs [IFs IN 7.2, mFRR 3.11, aFRR 3.10].json
More file actions
54 lines (54 loc) · 1.8 KB
/
Copy pathFall-backs [IFs IN 7.2, mFRR 3.11, aFRR 3.10].json
File metadata and controls
54 lines (54 loc) · 1.8 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Fall-backs [IFs IN 7.2, mFRR 3.11, aFRR 3.10]",
"method": "GET",
"query": [
{
"key": "documentType",
"value": "A53",
"description": "[M] A53 = Outage publication document"
},
{
"key": "ProcessType",
"value": "A51",
"description": "[M] A47 = Manual frequency restoration reserve; A51 = Automatic frequency restoration reserve; A63 = Imbalance Netting"
},
{
"key": "BusinessType",
"value": "C47",
"description": "[M] C47 = Disconnection; A53 = Planned maintenance; A54: Unplanned outage; A83 = Auction cancellation (used in case no solution found or algorithm failure)"
},
{
"key": "BiddingZone_Domain",
"value": "10YBE----------2",
"description": "[M] EIC code of a CTA/LFA/REG"
},
{
"key": "periodStart",
"value": "202301010000",
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000 (optional if PeriodStartUpdate is defined)"
},
{
"key": "periodEnd",
"value": "202401020000",
"description": "[M] Pattern yyyyMMddHHmm e.g. 201601010000 (optional if PeriodEndUpdate is defined)"
},
{
"key": "DocStatus",
"value": "A13",
"description": "[O] A13: Withdrawn (used to return withdrawn documents). By default withdrawn publications are not returned.",
"disabled": true
},
{
"key": "mRID",
"value": "",
"description": "[O] Used to retrieve previous publication versions",
"disabled": true
},
{
"key": "offset",
"value": "0",
"description": "[O] Integer: Zero‑based index of the first XML document to return. The offset parameter paginates the response in batches of 100 XML documents (e.g., offset = n returns the XMLs in the range n+1 to n+100).",
"disabled": true
}
]
}