Skip to content

Instantly share code, notes, and snippets.

View 91pavan's full-sized avatar

Pavan Sudheendra 91pavan

  • Cisco Systems
View GitHub Profile
{"public_identifier": "pavansudheendra91", "profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/pavansudheendra91/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20230820%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20230820T140015Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=a552a75f163010b3d40ffc91312f4149db84225af55a02dce6e236daafcf5264", "background_cover_image_url": null, "first_name": "Pavan", "last_name": "Sudheendra", "full_name": "Pavan Sudheendra", "follower_count": null, "occupation": "Engineering Technical Lead at Cisco", "headline": "Engineering Technical Lead, Cisco Systems", "summary": "A member of the Cisco Emerging Technologies and Incubation group (formerly CTAO), currently working on projects in cloud native & applications space. I have development and leadership experience in systems, software and engineering. Won 2 awards for my involvement in Cisco's tech for good initiatives.Very strong developer advocate of Op
@91pavan
91pavan / openapi.json
Created August 16, 2023 07:26
OpenAPISpec for connector
This file has been truncated, but you can view the full file.
{"components":{"schemas":{"ActorInputBean":{"additionalProperties":false,"properties":{"group":{"description":"The name of the group to add as a default actor. This parameter cannot be used with the `groupId` parameter. As a group's name can change,use of `groupId` is recommended. This parameter accepts a comma-separated list. For example, `\"group\":[\"project-admin\", \"jira-developers\"]`.","items":{"type":"string"},"type":"array"},"groupId":{"description":"The ID of the group to add as a default actor. This parameter cannot be used with the `group` parameter This parameter accepts a comma-separated list. For example, `\"groupId\":[\"77f6ab39-e755-4570-a6ae-2d7a8df0bcb8\", \"0c011f85-69ed-49c4-a801-3b18d0f771bc\"]`.","items":{"type":"string"},"type":"array"},"user":{"description":"The account IDs of the users to add as default actors. This parameter accepts a comma-separated list. For example, `\"user\":[\"5b10a2844c20165700ede21g\", \"5b109f2e9729b51b54dc274d\"]`.","items":{"type":"string"},"type":"array"
@91pavan
91pavan / openapi.json
Created August 9, 2023 11:04
OpenAPISpec for connector
{"info":{"title":"Kosha","version":"1.0.0"},"openapi":"3.0.0","paths":{"/":{"get":{"responses":{"200":{"content":{"application/json":{}},"description":"Successful response"}},"summary":"Hello World Kosha","tags":["default"]}}},"servers":[{"url":"https://httpbin.org"}]}
@91pavan
91pavan / openapi.json
Created August 9, 2023 11:03
OpenAPISpec for connector
{"info":{"title":"Kosha","version":"1.0.0"},"openapi":"3.0.0","paths":{"/":{"get":{"responses":{"200":{"content":{"application/json":{}},"description":"Successful response"}},"summary":"Hello World Kosha","tags":["default"]}}},"servers":[{"url":"/"}]}
@91pavan
91pavan / openapi.json
Created August 9, 2023 11:02
OpenAPISpec for connector
{"info":{"title":"Kosha","version":"1.0.0"},"openapi":"3.0.0","paths":{"/":{"get":{"responses":{"200":{"content":{"application/json":{}},"description":"Successful response"}},"summary":"Hello World Kosha","tags":["default"]}}},"servers":[{"url":"/"}]}
@91pavan
91pavan / openapi.json
Created July 31, 2023 20:31
OpenAPISpec for connector
{
"openapi": "3.0.0",
"servers": [
{
"url": "/"
}
],
"info": {
"version": "2.0.0",
{
"openapi": "3.0.0",
"info": {
"contact": {
"email": "support@duo.com"
},
"description": "",
"termsOfService": "https://duo.com/legal/terms",
"title": "Cisco Duo",
"version": "1.0.6"
This file has been truncated, but you can view the full file.
{
"swagger": "2.0",
"info": {
"version": "1.0.0-streaming",
"title": "Meraki Dashboard API",
"description": "The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification.\n\n> Date: 21 November, 2022\n>\n> [Recent Updates](https://meraki.io/whats-new/)\n\n---\n\n[API Documentation](https://meraki.io/api)\n\n[Community Support](https://meraki.io/community)\n\n[Meraki Homepage](https://www.meraki.com)\n",
"contact": {
"name": "Meraki Developer Community",
"url": "https://meraki.io/community"
}
/*******************************************************************************
* Copyright (c) 2013 IBM Corp.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v1.0 which accompany this distribution.
*
* The Eclipse Public License is available at
* http://www.eclipse.org/legal/epl-v10.html
* and the Eclipse Distribution License is available at
# deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: n8n
namespace: n8n
labels:
app: n8n
spec: