How to configure Grafana (Free version) with oAuth Okta, with SSL on Kubernetes
Introduction In our previous post How to configure Grafana on docker, we saw how…
February 27, 2018
Here, we give exact response from youtube apis.
{
"kind": "youtube#videoListResponse",
"etag": "etag of video",
"pageInfo": {
"totalResults": 1,
"resultsPerPage": 1
},
"items": [
{
"kind": "youtube#video",
"etag": "etag of video",
"id": "video id",
"snippet": {
"publishedAt": "2017-08-07T10:11:04.000Z",
"channelId": "channel id",
"title": "title ",
"description": "description of video",
"thumbnails": {
"default": {
"url": "direct image url",
"width": 120,
"height": 90
},
"medium": {
"url": "direct image url",
"width": 320,
"height": 180
},
"high": {
"url": "direct image url",
"width": 480,
"height": 360
},
"standard": {
"url": "direct image url",
"width": 640,
"height": 480
}
},
"channelTitle": "Channel title",
"tags": [
"bunch of tags, if given"
],
"categoryId": "26",
"liveBroadcastContent": "none",
"defaultLanguage": "en-GB",
"localized": {
"title": "title",
"description": "description"
},
"defaultAudioLanguage": "en-GB"
},
"contentDetails": {
"duration": "PT3M9S",
"dimension": "2d",
"definition": "hd",
"caption": "false",
"licensedContent": true,
"projection": "rectangular"
},
"statistics": {
"viewCount": "7808",
"likeCount": "79",
"dislikeCount": "4",
"favoriteCount": "0",
"commentCount": "2"
},
"topicDetails": {
"relevantTopicIds": [
"/m/019_rr",
"/m/03glg",
"/m/019_rr",
"/m/03glg"
],
"topicCategories": [
"https://en.wikipedia.org/wiki/Lifestyle_(sociology)",
"https://en.wikipedia.org/wiki/Hobby"
]
}
}
]
}
Introduction In our previous post How to configure Grafana on docker, we saw how…
Introduction This post is about hosting ElasticSearch cluster on dockerised…
You can either do tail -f drupal.log or open it in an editor like vim.
Introduction Suppose you have a view, and you have configured your display as a…
I have a Java project and dependencies are being managed through maven. I have…
Introduction I needed a report page, where I wanted to have some information…
Introduction In this post, we will explore some useful command line options for…
Introduction In this post, we will see how we can apply a patch to Python and…
Introduction We will list few interesting automation techniques with powershell…
Introduction We will introduce a Package Manager for Windows: . In automations…
Introduction In previous posts, we saw how to build FIPS enabled Openssl, and…
Introduction We will see how we can install Python from command line using pyenv…