Files
nscertkeycreate/docs/Reference Docs/mas_nitro-rest_14.1-60.54/html/Stylebooks/graph.html
deamonkai fc94008530 initial
2026-01-23 12:11:21 -06:00

23 lines
3.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="../../rdx/css/rdx.css" rel="stylesheet" type="text/css" />
<link href="../../index.css" rel="stylesheet" type="text/css" />
<title>graph</title>
</head>
<body class="ns_body">
<p class="ns_wp_header">graph</p>
<P>Configuration for Graph resource.</P>
<p class="heading">Read/write properties</p>
<p class="property_name">config_id<span class="property_type">&lt;String&gt;</span></p><p class="property_description">Name of the StyleBook.</p>
<p class="property_name">properties<span class="property_type">&lt;Object&gt;</span></p><p class="property_description">The attributes of the object created.</p>
<p class="property_name">version<span class="property_type">&lt;String&gt;</span></p><p class="property_description">Version of the StyleBook.<br> Minimum length = 1<br> Maximum length = 32</p>
<p class="property_name">type<span class="property_type">&lt;String&gt;</span></p><p class="property_description">Status of the Job.<br> Minimum length = 1<br> Maximum length = 128</p>
<p class="property_name">name<span class="property_type">&lt;String&gt;</span></p><p class="property_description">Name of the StyleBook.</p>
<p class="property_name">namespace<span class="property_type">&lt;String&gt;</span></p><p class="property_description">Namespace of the StyleBook.<br> Minimum length = 1<br> Maximum length = 32</p>
<p class="heading">Operations</p><p class="property_name">NOTE: In request payload, Mandatory parameters are marked red and bold.<br /><br />The following parameters can be used in the nitro request :</p>
<p class="property_name">onerror<span class=\"property_type\">&nbsp;&nbsp;&nbsp;&lt;String_value&gt;</span></p><p class="property_description"> Use this parameter to set the onerror status for nitro request. Applicable only for bulk requests.<br />Default value: EXIT<br />Possible values = EXIT, CONTINUE</p><a href="#get" class="operation">get</a><p class="heading"><a name="get">get</a></p><p class="key">URL:<span class="url_value">https://&lt;MGMT-IP&gt;/nitro/v2/config/stylebooks/</span></p>&lt;version_value&gt;/&lt;name_value&gt;/&lt;namespace_value&gt;/configpacks/&lt;config_id_value&gt;/graph<p class="key">HTTPS Method:<span class="value">GET</span></p><p class="key">HTTPS Request Headers:</p><p class="key"><span class="value">Accept:<span class="value">application/json</span></span></p><p class="key"><span class="value">X-NITRO-USER:<span class="value">username_value&lt;String&gt;</span></span></p><p class="key"><span class="value">X-NITRO-PASS:<span class="value">password_value&lt;String&gt;</span></span></p><p class="key"><span class="value"><span class="value">or</span></span></p><p class="key"><span class="value">Cookie:<span class="value">NITRO_AUTH_TOKEN=token_value&lt;String&gt;</span></span></p><p class="key">Response:</p><p class="key"><span class="value">HTTPS Status Code on Success: 200 OK HTTPS Status Code on Failure: 4xx <string> (for general HTTPS errors) or 5xx <string> (for NetScaler-MAS-specific errors). The response payload provides details of the error</span></p><p class="key">Response Headers:</p><p class="key"><span class="value">Content-Type:<span class="value">application/json</span></span></p><p class="key">Response Payload:<span class="value">JSON</span></p><p class="payload">{ "graph":[{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"type":&lt; property_value&gt;</font><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"properties":&lt; property_value&gt;</font>}]}</p>
</body>
</html>