Conch API

Logo

Datacenter build and management service

View the Project on GitHub joyent/conch-api

NAME

Conch::Controller::DeviceValidation

METHODS

list_validation_states

Get the latest validation states for a device. Accepts the query parameter ‘status’, indicating the desired status(es) (comma-separated) to search for – one or more of: pass, fail, error.

Response uses the ValidationStatesWithResults json schema.

validate

Validate the device against the specified validation.

DOES NOT STORE VALIDATION RESULTS.

This is useful for testing and evaluating Validation Plans against a given device.

Response uses the ValidationResults json schema.

run_validation_plan

Validate the device against the specified Validation Plan.

DOES NOT STORE VALIDATION RESULTS.

This is useful for testing and evaluating Validation Plans against a given device.

Response uses the ValidationResults json schema.

LICENSING

Copyright Joyent, Inc.

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.