graph
Configuration for Graph resource.
Read/write properties
config_id<String>
Name of the StyleBook.
properties<Object>
The attributes of the object created.
version<String>
Version of the StyleBook.
Minimum length = 1
Maximum length = 32
type<String>
Status of the Job.
Minimum length = 1
Maximum length = 128
name<String>
Name 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>/configpacks/<config_id_value>/graphHTTPS 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
{ "graph":[{
"type":< property_value>
"properties":< property_value>}]}