Retrieve Catalog
get
/services/{version}/metadata-catalog
Required Role: Any
The REST API catalog contains information about resources provided by each Oracle GoldenGate Service. Use this endpoint to retrieve a collection of all items in the catalog.
Request
Path Parameters
-
version(required): string
Oracle GoldenGate Service API version.
Allowed Values:[ "v2" ]
Response
Supported Media Types
- application/json
200 Response
The list of metadata catalog items was retrieved successfully.
Root Schema : Oracle GoldenGate RESTful API Catalog
Type:
object
Title:
Show Source
Oracle GoldenGate RESTful API Catalog
-
$schema:
Allowed Values:
[ "api:catalog" ]
-
items(required):
array items
Minimum Number of Items:
1
Maximum Number of Items:1024
-
links(required):
array links
Minimum Number of Items:
0
Maximum Number of Items:16
-
messages:
array messages
Minimum Number of Items:
0
Maximum Number of Items:65535
Messages issued during processing of the request
Nested Schema : items
Type:
array
Minimum Number of Items:
1
Maximum Number of Items:
Show Source
1024
Nested Schema : links
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
Show Source
16
Nested Schema : messages
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
65535
Messages issued during processing of the request
Show Source
Nested Schema : items
Type:
Show Source
object
-
$schema:
Allowed Values:
[ "api:catalogItem" ]
-
links(required):
array links
Minimum Number of Items:
0
Maximum Number of Items:16
-
messages:
array messages
Minimum Number of Items:
0
Maximum Number of Items:65535
Messages issued during processing of the request -
name(required):
string
Minimum Length:
1
Maximum Length:255
Nested Schema : links
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
Show Source
16
Nested Schema : messages
Type:
array
Minimum Number of Items:
0
Maximum Number of Items:
65535
Messages issued during processing of the request
Show Source
Nested Schema : items
Type:
Show Source
object
-
$schema:
Allowed Values:
[ "ogg:link" ]
-
description:
string
Minimum Length:
1
Maximum Length:4095
A human-readable description that provides information and detail specific to this link. -
href(required):
string
Minimum Length:
2
Maximum Length:4095
Pattern:^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \t]*$
An absolute URI for the link -
mediaType:
string
Minimum Length:
6
Maximum Length:255
Pattern:^(text|application)/[a-zA-Z0-9!#$&.+-^_]+$
Media type - see RFC 4288 (https://tools.ietf.org/html/rfc4288) -
rel(required):
Allowed Values:
[ "alternate", "canonical", "current", "describedby", "describes", "enclosure", "parent", "related", "self", "first", "last", "next", "previous", "ogg://service" ]
Relationship of href to the requested link
Nested Schema : items
Type:
Show Source
object
-
$schema:
Allowed Values:
[ "ogg:message" ]
-
code(required):
string
Minimum Length:
9
Maximum Length:9
Pattern:^OGG[-][0-9]{5}$
The Oracle GoldenGate message code -
issued(required):
string
Minimum Length:
20
Maximum Length:32
Pattern:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
The date and time that the message was issued -
severity(required):
Allowed Values:
[ "INFO", "WARNING", "ERROR" ]
The severity of the message -
title(required):
string
Minimum Length:
1
Maximum Length:4095
A human-readable description that provides information and detail specific to this occurence of the information, warning or error. -
type(required):
string
Minimum Length:
2
Maximum Length:4095
Pattern:^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \t]*$
An absolute URI [RFC3986] to a page that describes the info, warning or error type.
Nested Schema : items
Type:
Show Source
object
-
$schema:
Allowed Values:
[ "ogg:link" ]
-
description:
string
Minimum Length:
1
Maximum Length:4095
A human-readable description that provides information and detail specific to this link. -
href(required):
string
Minimum Length:
2
Maximum Length:4095
Pattern:^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \t]*$
An absolute URI for the link -
mediaType:
string
Minimum Length:
6
Maximum Length:255
Pattern:^(text|application)/[a-zA-Z0-9!#$&.+-^_]+$
Media type - see RFC 4288 (https://tools.ietf.org/html/rfc4288) -
rel(required):
Allowed Values:
[ "alternate", "canonical", "current", "describedby", "describes", "enclosure", "parent", "related", "self", "first", "last", "next", "previous", "ogg://service" ]
Relationship of href to the requested link
Nested Schema : items
Type:
Show Source
object
-
$schema:
Allowed Values:
[ "ogg:message" ]
-
code(required):
string
Minimum Length:
9
Maximum Length:9
Pattern:^OGG[-][0-9]{5}$
The Oracle GoldenGate message code -
issued(required):
string
Minimum Length:
20
Maximum Length:32
Pattern:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$
The date and time that the message was issued -
severity(required):
Allowed Values:
[ "INFO", "WARNING", "ERROR" ]
The severity of the message -
title(required):
string
Minimum Length:
1
Maximum Length:4095
A human-readable description that provides information and detail specific to this occurence of the information, warning or error. -
type(required):
string
Minimum Length:
2
Maximum Length:4095
Pattern:^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \t]*$
An absolute URI [RFC3986] to a page that describes the info, warning or error type.
Example Response (application/json)
{
"$schema":"api:catalog",
"items":[
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/a",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/a",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content/%7Ba%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"a"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/activeTransactions",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/activeTransactions",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/activeTransactions",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"activeTransactions"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/alias",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/alias",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/credentials/%7Bdomain%7D/%7Balias%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"alias"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/authorization",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/authorization",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/authorization",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"authorization"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/authorizations",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/authorizations",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/authorizations",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"authorizations"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/b",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/b",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"b"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/c",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/c",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"c"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/certificate",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/certificate",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/certificates/%7Btype%7D/%7Bcertificate%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"certificate"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/certificates",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/certificates",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/certificates",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"certificates"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/certificatesType",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/certificatesType",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/certificates/%7Btype%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"certificatesType"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/check",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/check",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/health/check",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"check"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/connection",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/connection",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"connection"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/connections",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/connections",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/connections",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"connections"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/content",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/content",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"content"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/credentials",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/credentials",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/credentials",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"credentials"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/currentuser",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/currentuser",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/currentuser",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"currentuser"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/d",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/d",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"d"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/database",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/database",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/databases/%7Bdatabase%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"database"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/databases",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/databases",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/databases",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"databases"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/deployments",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/deployments",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/installation/deployments",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"deployments"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/domain",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/domain",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/credentials/%7Bdomain%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"domain"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/e",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/e",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"e"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/enckeys",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/enckeys",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/enckeys",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"enckeys"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extract",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extract",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"extract"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extractCheckpoints",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extractCheckpoints",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D/info/checkpoints",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"extractCheckpoints"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extractHistory",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extractHistory",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D/info/history",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"extractHistory"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extractReport",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extractReport",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D/info/reports/%7Breport%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"extractReport"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extractReports",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extractReports",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D/info/reports",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"extractReports"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extractStatus",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extractStatus",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/extracts/%7Bextract%7D/info/status",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"extractStatus"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extracts",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/extracts",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/extracts",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"extracts"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/f",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/f",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D/%7Bf%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"f"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/file",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/file",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/files/%7Bfile%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"file"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/files",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/files",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/files",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"files"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/g",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/g",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D/%7Bf%7D/%7Bg%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"g"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/h",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/h",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D/%7Bf%7D/%7Bg%7D/%7Bh%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"h"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/health",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/health",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/health",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"health"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/heartbeat",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/heartbeat",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/tables/heartbeat",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"heartbeat"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/heartbeatData",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/heartbeatData",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/tables/heartbeatData",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"heartbeatData"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/i",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/i",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D/%7Bf%7D/%7Bg%7D/%7Bh%7D/%7Bi%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"i"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/j",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/j",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/content/%7Ba%7D/%7Bb%7D/%7Bc%7D/%7Bd%7D/%7Be%7D/%7Bf%7D/%7Bg%7D/%7Bh%7D/%7Bi%7D/%7Bj%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"j"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/keyName",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/keyName",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/enckeys/%7BkeyName%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"keyName"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/keyVersion",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/keyVersion",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/masterkey/%7BkeyVersion%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"keyVersion"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/log",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/log",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/logs/%7Blog%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"log"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/logs",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/logs",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/logs",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"logs"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/masterkey",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/masterkey",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/masterkey",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"masterkey"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/message",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/message",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/oggerr/%7Bmessage%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"message"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/messages",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/messages",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/messages",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"messages"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/oggerr",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/oggerr",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/oggerr",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"oggerr"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/parameter",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/parameter",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/parameters/%7Bparameter%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"parameter"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/parameters",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/parameters",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/parameters",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"parameters"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/process",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/process",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/tables/heartbeat/%7Bprocess%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"process"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/profile",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/profile",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/encryption/profiles/%7Bprofile%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"profile"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/profileValid",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/profileValid",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/encryption/profiles/%7Bprofile%7D/valid",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"profileValid"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/profiles",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/profiles",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/encryption/profiles",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"profiles"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicat",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicat",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"replicat"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatCheckpoints",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatCheckpoints",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D/info/checkpoints",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"replicatCheckpoints"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatHistory",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatHistory",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D/info/history",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"replicatHistory"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatReport",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatReport",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D/info/reports/%7Breport%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"replicatReport"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatReports",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatReports",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D/info/reports",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"replicatReports"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatStatus",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicatStatus",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/replicats/%7Breplicat%7D/info/status",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"replicatStatus"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicats",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/replicats",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/replicats",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"replicats"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/request",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/request",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/requests/%7Brequest%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"request"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/requests",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/requests",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/requests",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"requests"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/restart",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/restart",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/restart",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"restart"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/result",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/result",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/requests/%7Brequest%7D/result",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"result"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/role",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/role",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/authorizations/%7Brole%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"role"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/rule",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/rule",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/restart/%7Brule%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"rule"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/schema",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/schema",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/databases/%7Bdatabase%7D/%7Bschema%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"schema"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/services",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/services",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/installation/services",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"services"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/summary",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/summary",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/summary",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"summary"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/table",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/table",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/connections/%7Bconnection%7D/databases/%7Bdatabase%7D/%7Bschema%7D/%7Btable%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"table"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/task",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/task",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/tasks/%7Btask%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"task"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/taskHistory",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/taskHistory",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/tasks/%7Btask%7D/info/history",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"taskHistory"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/taskStatus",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/taskStatus",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/tasks/%7Btask%7D/info/status",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"taskStatus"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/tasks",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/tasks",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/tasks",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"tasks"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/type",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/type",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/types/%7Btype%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"type"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/types",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/types",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/types",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"types"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/user",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/user",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/authorizations/%7Brole%7D/%7Buser%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"user"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/valid",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/valid",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/credentials/%7Bdomain%7D/%7Balias%7D/valid",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"valid"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/value",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/value",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/types/%7Btype%7D/values/%7Bvalue%7D",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"value"
},
{
"$schema":"api:catalogItem",
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog/values",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog/values",
"mediaType":"application/schema+json",
"rel":"alternate"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"parent"
},
{
"href":"http://localhost:11001/services/v2/config/types/%7Btype%7D/values",
"mediaType":"application/json",
"rel":"describes"
}
],
"name":"values"
}
],
"links":[
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"canonical"
},
{
"href":"http://localhost:11001/services/v2/metadata-catalog",
"mediaType":"application/json",
"rel":"self"
}
]
}