# The contents of this file are subject to the terms of the Common Development and
# Distribution License (the License). You may not use this file except in compliance with the
# License.
#
# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
# specific language governing permission and limitations under the License.
#
# When distributing Covered Software, include this CDDL Header Notice in each file and include
# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
# Header, with the fields enclosed by brackets [] replaced by your own identifying
# information: "Portions copyright [year] [name of copyright owner]".
#
# Copyright 2016 ForgeRock AS.
title=Servers
description=Servers resource provider is responsible for managing Servers and their configuration \
for an OpenAM instance.
pathparams.id = The identifier for the Server which the request is regarding.
pathparam.description=Unique identifier of the Server.
read.description=Read a Server.
action.clone.description=Clone the specified Server, keeping it's settings but using a different URL.
query.description=Query the collection of the Servers.
action.create.description=Create a Server.
delete.description=Delete a Server.
query.error.400.description=Invalid query.
update.error.400.description=Error validating the request context for the update.
query.error.401.description=The SSO token is invalid.
query.error.405.description=The required query with the given parameters is not supported.
error.500.description = An internal error occurred. Causes may be one of:\n\
* Could not get connection\n\
* Could not complete search\n\
* Unexpected LDAP result type
schema.title=Server resource schema
schema.description=Describes the data that a Server Resource could contain.
schema._id.title=Server id
schema._id.description=Unique identifier of the Server.
schema.siteName.title=Site name
schema.siteName.description=The Server's name.
schema.url.title=Url
schema.url.description=The URL of the Server.
create.schema.title=Create Server Request schema
create.schema.description=Container for required data to create a Server.
create.schema.url.title=Server URL
create.schema.url.description=The URL of the new server. Must be unique.
clone.schema.title=Clone Server Request schema
clone.schema.description=Container for required data to clone a Server.
clone.schema.clonedUrl.title=Cloned Server URL
clone.schema.clonedUrl.description=The new URL of the cloned server. Must be unique.
delete.error.400.description=Resource not found for deletion.
delete.error.401.description=Invalid SSO token for deletion