Skip to content
Snippets Groups Projects
Commit 9b713096 authored by Markus Koetter's avatar Markus Koetter Committed by Tim Wickberg
Browse files

openapi/dbv0.0.38 - Add schema for Slurm meta in responses

Bug 12897

Co-authored by: Nathan Rini <nate@schedmd.com>
parent 90d2fa9c
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ documents those changes that are of interest to users and administrators.
-- job_container/tmpfs - add basic environment variables to InitScript.
-- openapi/dbv0.0.38 - split security entries in openapi.json.
-- openapi/v0.0.38 - Add schema for Slurm meta in responses.
-- openapi/dbv0.0.38 - Add schema for Slurm meta in responses.
 
* Changes in Slurm 21.08.7
==========================
......
......@@ -121,6 +121,39 @@
</tr>
</table>
<h4>Add meta entry</h4>
<table class="tchange">
<tr class="trchange">
<td class="tdfield">field added</td>
<td class="tdchange">
<ul>
<li>.components.schemas."dbv0.0.38_diag".properties.meta</li>
<li>.components.schemas."dbv0.0.38_account_info".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_account_delete".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_wckey_add".properties.meta</li>
<li>.components.schemas."dbv0.0.38_wckey_info".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_wckey_delete".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_cluster_add".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_cluster_delete".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_user_update".properties.meta</li>
<li>.components.schemas."dbv0.0.38_user_info".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_user_delete".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_association_delete".properties.meta</li>
<li>.components.schemas."dbv0.0.38_associations_info".properties.meta</li>
<li>.components.schemas."dbv0.0.38_qos_info".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_qos_delete".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_associations".properties.meta</li>
<li>.components.schemas."dbv0.0.38_response_tres".properties.meta</li>
<li>.components.schemas."dbv0.0.38_tres_info".properties.meta</li>
<li>.components.schemas."dbv0.0.38_job_info".properties.meta</li>
<li>.components.schemas."dbv0.0.38_config_info".properties.meta</li>
<li>.components.schemas."dbv0.0.38_account_response".properties.meta</li>
<li>.components.schemas."dbv0.0.38_config_response".properties.meta</li>
</ul>
</td>
</tr>
</table>
<h3>openapi/v0.0.38 (src/plugins/openapi/v0.0.38/openapi.json)</h3>
<h4>add plugin</h4>
......
......@@ -1488,6 +1488,9 @@
"schemas": {
"dbv0.0.38_diag": {
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1639,6 +1642,9 @@
"dbv0.0.38_account_info": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1692,6 +1698,9 @@
"dbv0.0.38_response_account_delete": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1704,6 +1713,9 @@
"dbv0.0.38_response_wckey_add": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1716,6 +1728,9 @@
"dbv0.0.38_wckey_info": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1772,6 +1787,9 @@
"dbv0.0.38_response_wckey_delete": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1784,6 +1802,9 @@
"dbv0.0.38_response_cluster_add": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1855,6 +1876,9 @@
"dbv0.0.38_response_cluster_delete": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1867,6 +1891,9 @@
"dbv0.0.38_response_user_update": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1923,6 +1950,9 @@
"dbv0.0.38_user_info": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1942,6 +1972,9 @@
"dbv0.0.38_response_user_delete": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -1954,6 +1987,9 @@
"dbv0.0.38_response_association_delete": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -2159,6 +2195,9 @@
"dbv0.0.38_associations_info": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -2390,6 +2429,9 @@
"dbv0.0.38_qos_info": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -2409,6 +2451,9 @@
"dbv0.0.38_response_qos_delete": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -2421,6 +2466,9 @@
"dbv0.0.38_response_associations": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -2433,6 +2481,9 @@
"dbv0.0.38_response_tres": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -2445,6 +2496,9 @@
"dbv0.0.38_tres_info": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -2489,6 +2543,9 @@
"dbv0.0.38_job_info": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -3096,6 +3153,9 @@
"dbv0.0.38_config_info": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -3150,6 +3210,9 @@
"dbv0.0.38_account_response": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -3162,6 +3225,9 @@
"dbv0.0.38_config_response": {
"type": "object",
"properties": {
"meta": {
"$ref": "#/components/schemas/v0.0.38_meta"
},
"errors": {
"type": "array",
"description": "Slurm errors",
......@@ -3184,6 +3250,51 @@
},
"type": "object"
}
},
"dbv0.0.38_meta": {
"type": "object",
"properties": {
"plugin": {
"type": "object",
"properties": {
"type": {
"type": "string",
"description": ""
},
"name": {
"type": "string",
"description": ""
}
}
},
"Slurm": {
"type": "object",
"description": "Slurm information",
"properties": {
"version": {
"type": "object",
"properties": {
"major": {
"type": "string",
"description": ""
},
"micro": {
"type": "string",
"description": ""
},
"minor": {
"type": "string",
"description": ""
}
}
},
"release": {
"type": "string",
"description": "version specifier"
}
}
}
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment