1923N/A.. The contents of this file are subject to the terms of the
1923N/A Common Development and Distribution License (the "License").
1923N/A You may not use this file except in compliance with the License.
1923N/A See the License for the specific language governing permissions
1923N/A and limitations under the License.
1923N/A.. When distributing Covered Code, include this CDDL HEADER in each
1923N/A If applicable, add the following below this CDDL HEADER, with the
1923N/A fields enclosed by brackets "[]" replaced with your own identifying
1923N/A information: Portions Copyright [yyyy] [name of copyright owner]
1923N/A.. Copyright (c) 2010, Oracle
and/or its affiliates. All rights reserved.
1923N/A A GET operation that retrieves text data representing what operations
1923N/A are supported and version information about the depot server.
1923N/A the depot is based upon, a list of the operations currently
1923N/A supported, and the protocol version supported for each
1923N/A representing a complete catalog or an incremental update to an
1923N/A Nothing or the following headers:
1923N/A If-Modified-Since: {ISO 8601 formatted date and time in UTC}
1923N/A Either the contents of a pkg(5) catalog file, or the entries
1923N/A that were added since the specified date as they are found
1923N/A in the catalog file, separated by newlines.
1923N/A package and its licensing information specified by the provided
1923N/A A URL-encoded pkg(5) FMRI, excluding the 'pkg:/' scheme prefix
1923N/A and publisher information, and including the full version
1923N/A Summary: entire incorporation
1923N/A Packaging Date: Wed Nov 19 23:57:06 2008
1923N/A FMRI: pkg:/entire@0.5.11,5.11-0.101:20081119T235706Z
1923N/A A GET operation that retrieves the contents of the manifest file for
1923N/A a package specified by the provided FMRI.
1923N/A A URL-encoded pkg(5) FMRI excluding the 'pkg:/' scheme prefix
1923N/A and publisher information and including the full version
1923N/A The contents of the package's manifest file.
1923N/A datastream representing publisher and package information.
1923N/A This is intended for consumption by clients for the purposes
1923N/A of auto-configuration, metadata management policy determination,
1923N/A and triggering packaging operations such as installation.
1923N/A A full or partial URL-encoded pkg(5) FMRI, excluding the
1923N/A publisher prefix. If the partial or full FMRI is valid, it will
1923N/A be added to the datastream as is. If it includes the wildcard
1923N/A character '*', a search of the repository's catalog for matching
1923N/A entries will be performed and the unique set of resulting
1923N/A package stems will be added to the datastream. If no match is
1923N/A found, a 404 error will be raised.
1923N/A Returns a pkg(5) information datastream based on the repository
1923N/A configuration's publisher information and the provided full or
1923N/A partial FMRI or matching entries. The Content-Type of the
1923N/A datastream representing publisher information. This is intended
1923N/A for consumption by clients for auto-configuration and metadata
1923N/A management policy determination.
1923N/A Returns a pkg(5) information datastream based on the repository
1923N/A configuration's publisher information. The Content-Type of the
1923N/A metadata that matches the specified criteria.
1923N/A A URL-encoded token representing the search criteria.
1923N/A Each entry consists of a set of four space-separated values:
1923N/A index - what search index the entry was found in
1923N/A action - what package action the entry is related to
1923N/A value - the value that the matched the search criteria
1923N/A package - the fmri of the package that contains the match
1923N/A Results are streamed to the client as they are found.
1923N/A A GET operation that retrieves the contents of a file, belonging to a
1923N/A package, using a SHA-1 hash of the file's content.
1923N/A a00030db8b91f85d0b7144d0d4ef241a3f1ae28f
1923N/A A SHA-1 hash of the file's content belonging to a package in the
1923N/A The contents of the file, compressed using the gzip compression