| { |
| "kind": "compute#urlMap", |
| "id": "13741966667737398119", |
| "creationTimestamp": "2014-07-23T12:39:50.022-07:00", |
| "selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/urlMaps/jclouds-test", |
| "name": "jclouds-test", |
| "description": "Sample url map", |
| "hostRules": [ |
| { |
| "hosts": [ |
| "jclouds-test" |
| ], |
| "pathMatcher": "path" |
| } |
| ], |
| "pathMatchers": [ |
| { |
| "name": "path", |
| "defaultService": "https://www.googleapis.com/compute/v1/projects/myproject/global/backendServices/jclouds-test", |
| "pathRules": [ |
| { |
| "service": "https://www.googleapis.com/compute/v1/projects/myproject/global/backendServices/jclouds-test", |
| "paths": [ |
| "/" |
| ] |
| } |
| ] |
| } |
| ], |
| "tests": [ |
| { |
| "host": "jclouds-test", |
| "path": "/test/path", |
| "service": "https://www.googleapis.com/compute/v1/projects/myproject/global/backendServices/jclouds-test" |
| } |
| ], |
| "defaultService": "https://www.googleapis.com/compute/v1/projects/myproject/global/backendServices/jclouds-test", |
| "fingerprint": "EDmhvJucpz4=" |
| } |