blob: 9042bce099ce7bd6c0020baeb2c5f15dbae2aaf2 [file]
{
"kind": "compute#urlMapList",
"id": "projects/myproject/global/urlMaps",
"selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/urlMaps",
"items": [
{
"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="
},
{
"kind": "compute#urlMap",
"id": "13741966667737398120",
"creationTimestamp": "2014-07-23T12:39:50.022-07:00",
"selfLink": "https://www.googleapis.com/compute/v1/projects/myproject/global/urlMaps/jclouds-test-2",
"name": "jclouds-test-2",
"description": "Basic url map",
"defaultService": "https://www.googleapis.com/compute/v1/projects/myproject/global/backendServices/jclouds-test",
"fingerprint": "EDqhvJucpz4="
}
]
}