123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- {
- "info": {
- "_postman_id": "1ee32c7e-1034-4fa0-a59c-dbba905ee3eb",
- "name": "Local",
- "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
- "_exporter_id": "14945087"
- },
- "item": [
- {
- "name": "Dev",
- "item": [
- {
- "name": "Get a Platforms by Id",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "http://localhost:7179/api/c/platforms/1/commands/3",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "port": "7179",
- "path": [
- "api",
- "c",
- "platforms",
- "1",
- "commands",
- "3"
- ]
- }
- },
- "response": []
- },
- {
- "name": "Post Inbound Connectio",
- "request": {
- "method": "POST",
- "header": [],
- "url": {
- "raw": "http://localhost:7179/api/c/platforms",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "port": "7179",
- "path": [
- "api",
- "c",
- "platforms"
- ]
- }
- },
- "response": []
- },
- {
- "name": "Create Command for Platform",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"HowTo\" : \"Push a docker container to hub\" ,\r\n \"CommandLine\" : \"docker push <name of container>\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "http://localhost:5000/api/c/platforms/4/commands/",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "port": "5000",
- "path": [
- "api",
- "c",
- "platforms",
- "4",
- "commands",
- ""
- ]
- }
- },
- "response": []
- },
- {
- "name": "Get ALL Platforms",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "http://localhost:5000/api/c/platforms",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "port": "5000",
- "path": [
- "api",
- "c",
- "platforms"
- ]
- }
- },
- "response": []
- },
- {
- "name": "Get ALL Commands fot Platforms",
- "request": {
- "method": "GET",
- "header": [],
- "url": {
- "raw": "http://localhost:5000/api/c/platforms/4/commands",
- "protocol": "http",
- "host": [
- "localhost"
- ],
- "port": "5000",
- "path": [
- "api",
- "c",
- "platforms",
- "4",
- "commands"
- ]
- }
- },
- "response": []
- }
- ]
- },
- {
- "name": "Local Testing",
- "item": [
- {
- "name": "Create Platform",
- "request": {
- "method": "POST",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"name\": \"Docker\",\r\n \"Publlisher\": \"Docker\",\r\n \"cost\": \"Free\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "https://localhost:7038/api/platforms",
- "protocol": "https",
- "host": [
- "localhost"
- ],
- "port": "7038",
- "path": [
- "api",
- "platforms"
- ]
- }
- },
- "response": []
- },
- {
- "name": "Get All Platforms",
- "protocolProfileBehavior": {
- "disableBodyPruning": true
- },
- "request": {
- "method": "GET",
- "header": [],
- "body": {
- "mode": "raw",
- "raw": "{\r\n \"name\": \"Docker\",\r\n \"Publlisher\": \"Docker\",\r\n \"cost\": \"Free\"\r\n}",
- "options": {
- "raw": {
- "language": "json"
- }
- }
- },
- "url": {
- "raw": "https://localhost:7038/api/platforms",
- "protocol": "https",
- "host": [
- "localhost"
- ],
- "port": "7038",
- "path": [
- "api",
- "platforms"
- ]
- }
- },
- "response": []
- }
- ]
- }
- ]
- }
|