Service Update Industry Notifications - TEST
This file will provide notice of the following service updates:
- Anticipated DFS Requirements Notice - TEST: Published at around 10:00 GMT only when a requirement is anticipated
- DFS Requirement is now published - TEST: Published at around 14:30 GMT when a requirement for DFS has been published
- DFS Requirement not issued - TEST: Published at around 14:30 GMT when there is no longer considered to be a requirement for the service
CKAN Data API
Access resource data via a web API with powerful query support.
Further information in the main CKAN Data API and DataStore documentation.
The Data API can be accessed via the following actions of the CKAN action API.
| Query example (first 5 results) |
|---|
https://api.neso.energy/api/3/action/datastore_search?resource_id=a2dd7992-32d5-4723-b0f5-273caaecbde1&limit=5
|
| Query example (via SQL statement) |
https://api.neso.energy/api/3/action/datastore_search_sql?sql=SELECT * from "a2dd7992-32d5-4723-b0f5-273caaecbde1" LIMIT 5
|
A simple ajax (JSONP) request to the data API using jQuery.
var data = {
resource_id: 'a2dd7992-32d5-4723-b0f5-273caaecbde1', // the resource id
limit: 5 // get 5 results
};
$.ajax({
url: 'https://api.neso.energy/api/3/action/datastore_search',
data: data,
dataType: 'jsonp',
success: function(data) {
alert('Total results found: ' + data.result.total)
}
});
A simple ajax (JSONP) request to the data API using jQuery.
import urllib2 url = 'https://api.neso.energy/api/3/action/datastore_search?resource_id=a2dd7992-32d5-4723-b0f5-273caaecbde1&limit=5' fileobj = urllib2.urlopen(url) print fileobj.read()
Data Explorer
Data Explorer
Table Information
Date
| Title | Date of Notification |
|---|---|
| Type | date |
| Description | Date notification was posted |
| Comment | |
| Example | 2022-11-23 |
| Unit | N/A |
Status
| Title | Status |
|---|---|
| Type | string |
| Description | Details of the notification |
| Comment | |
| Example | DFS Service Requirement has been published for tomorrow. Please view the service requirement file in this dataset for details of the required volumes and times. This will be System Tagged |
| Unit | N/A |
Type
| Title | Type of Notification |
|---|---|
| Type | string |
| Description | Anticipated DFS Requirements Notice: Published at around 10:00 GMT only when a requirement is anticipated DFS Requirement is now published: Published at around 14:30 GMT when a requirement for DFS has been published DFS Requirement not issued: Published at around 14:30 GMT when there is no longer considered to be a requirement for the service |
| Comment | |
| Example | Requirement Published |
| Unit | N/A |
Time
| Title | Time of Notification |
|---|---|
| Type | time |
| Description | Notification time |
| Comment | |
| Example | 10:00 |
| Unit | HH:MM |