schema
Configuration for Schema resource.
Read/write properties
version<String>
Version of the StyleBook.
Minimum length = 1
Maximum length = 32
name<String>
Name of the StyleBook.
parameters<Object>
Parameters of the StyleBook.
namespace<String>
Namespace of the StyleBook.
Minimum length = 1
Maximum length = 32
Operations
NOTE: In request payload, Mandatory parameters are marked red and bold.
The following parameters can be used in the nitro request :
onerror <String_value>
Use this parameter to set the onerror status for nitro request. Applicable only for bulk requests.
Default value: EXIT
Possible values = EXIT, CONTINUE
URL:https://<MGMT-IP>/nitro/v2/config/stylebooks/
<version_value>/<name_value>/<namespace_value>/schemaHTTPS Method:GET
HTTPS Request Headers:
Accept:application/json
X-NITRO-USER:username_value<String>
X-NITRO-PASS:password_value<String>
or
Cookie:NITRO_AUTH_TOKEN=token_value<String>
Response:
HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx
Response Headers:
Content-Type:application/json
Response Payload:JSON
{ "schema":{
"version":<String_value>,
"name":<String_value>,
"parameters":<Object_value>,
"namespace":<String_value>}}