GET /api/organizations/114267492/ptables 200 { "total": 1, "subtotal": 1, "page": 1, "per_page": 20, "search": "ptable517", "sort": { "by": null, "order": null }, "results": [ { "description": null, "os_family": "Redhat", "created_at": "2020-05-20 13:33:49 UTC", "updated_at": "2020-05-20 13:33:49 UTC", "name": "ptable517", "id": 1007981738 } ] }
Param name | Description |
---|---|
operatingsystem_id optional |
ID of operating system Validations:
|
location_id optional |
Scope by locations Validations:
|
organization_id optional |
Scope by organizations Validations:
|
search optional |
filter results Validations:
|
order optional |
Sort field and order, eg. ‘id DESC’ Validations:
|
page optional |
Page number, starting at 1 Validations:
|
per_page optional |
Number of results per page to return Validations:
|
Field name | Type | Possible values |
---|---|---|
default | true, false | |
family | string | |
layout | text | |
location | string | |
location_id | integer | |
locked | true, false | |
name | string | |
organization | string | |
organization_id | integer | |
snippet | true, false | |
template | text | |
vendor | string |
GET /api/ptables/1007981763-ptable537 200 { "layout": "zerombr\\nclearpart --all --initlabel\\npart /boot --fstype ext3 --size=<%= 10 * 10 %> --asprimary\\npart / --f stype ext3 --size=1024 --grow\\npart swap --recommended", "locked": false, "description": null, "os_family": "Redhat", "created_at": "2020-05-20 13:33:51 UTC", "updated_at": "2020-05-20 13:33:51 UTC", "name": "ptable537", "id": 1007981763, "operatingsystems": [], "locations": [ { "id": 255093256, "name": "Location 1", "title": "Location 1", "description": null } ], "organizations": [ { "id": 447626438, "name": "Organization 1", "title": "Organization 1", "description": null } ] }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
id required |
Validations:
|
POST /api/ptables { "ptable": { "name": "ptable_test", "layout": "d-i partman-auto/disk" } } 201 { "layout": "d-i partman-auto/disk", "locked": false, "description": null, "os_family": null, "created_at": "2020-05-20 13:33:49 UTC", "updated_at": "2020-05-20 13:33:49 UTC", "name": "ptable_test", "id": 1007981742, "operatingsystems": [], "locations": [], "organizations": [] }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
ptable required |
Validations:
|
ptable[name] required |
Validations:
|
ptable[description] optional , nil allowed |
Validations:
|
ptable[layout] required |
Validations:
|
ptable[snippet] optional , nil allowed |
Validations:
|
ptable[audit_comment] optional , nil allowed |
Validations:
|
ptable[locked] optional , nil allowed |
Whether or not the template is locked for editing Validations:
|
ptable[os_family] optional , nil allowed |
Validations:
|
ptable[operatingsystem_ids] optional , nil allowed |
Array of operating system IDs to associate with the partition table Validations:
|
ptable[host_ids] optional , nil allowed |
Array of host IDs to associate with the partition table Validations:
|
ptable[hostgroup_ids] optional , nil allowed |
Array of host group IDs to associate with the partition table Validations:
|
ptable[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
ptable[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|
POST /api/ptables/import { "ptable": { "name": "ptable523", "template": "b" } } 201 { "template": "b", "name": "ptable523", "id": 1007981745, "snippet": false, "description": null, "template_kind_id": null, "created_at": "2020-05-20T13:33:49.937Z", "updated_at": "2020-05-20T13:33:49.953Z", "locked": false, "default": false, "vendor": null, "os_family": "Redhat" }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
ptable required |
Validations:
|
ptable[name] optional |
template name Validations:
|
ptable[template] optional |
template contents including metadata Validations:
|
ptable[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
ptable[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|
options optional |
Validations:
|
options[force] optional , nil allowed |
use if you want update locked templates Validations:
|
options[associate] optional , nil allowed |
determines when the template should associate objects based on metadata, new means only when new template is being created, always means both for new and existing template which is only being updated, never ignores metadata Validations:
|
options[lock] optional , nil allowed |
lock imported templates (false by default) Validations:
|
options[default] optional , nil allowed |
makes the template default meaning it will be automatically associated with newly created organizations and locations (false by default) Validations:
|
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
version optional |
template version Validations:
|
PUT /api/ptables/1007981740-ptable519 { "ptable": { "audit_comment": "aha", "template": "tmp" } } 200 { "layout": "tmp", "locked": false, "description": null, "os_family": "Redhat", "created_at": "2020-05-20 13:33:49 UTC", "updated_at": "2020-05-20 13:33:49 UTC", "name": "ptable519", "id": 1007981740, "operatingsystems": [], "locations": [ { "id": 255093256, "name": "Location 1", "title": "Location 1", "description": null } ], "organizations": [ { "id": 447626438, "name": "Organization 1", "title": "Organization 1", "description": null } ] }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
id required |
Validations:
|
ptable required |
Validations:
|
ptable[name] optional |
Validations:
|
ptable[description] optional , nil allowed |
Validations:
|
ptable[layout] optional |
Validations:
|
ptable[snippet] optional , nil allowed |
Validations:
|
ptable[audit_comment] optional , nil allowed |
Validations:
|
ptable[locked] optional , nil allowed |
Whether or not the template is locked for editing Validations:
|
ptable[os_family] optional , nil allowed |
Validations:
|
ptable[operatingsystem_ids] optional , nil allowed |
Array of operating system IDs to associate with the partition table Validations:
|
ptable[host_ids] optional , nil allowed |
Array of host IDs to associate with the partition table Validations:
|
ptable[hostgroup_ids] optional , nil allowed |
Array of host group IDs to associate with the partition table Validations:
|
ptable[location_ids] optional , nil allowed |
REPLACE locations with given ids Validations:
|
ptable[organization_ids] optional , nil allowed |
REPLACE organizations with given ids. Validations:
|
DELETE /api/ptables/1007981766-ptable540 { "ptable": {} } 200 { "id": 1007981766, "name": "ptable540", "template": "zerombr\\nclearpart --all --initlabel\\npart /boot --fstype ext3 --size=<%= 10 * 10 %> --asprimary\\npart / --f stype ext3 --size=1024 --grow\\npart swap --recommended", "snippet": false, "template_kind_id": null, "created_at": "2020-05-20T13:33:51.339Z", "updated_at": "2020-05-20T13:33:51.339Z", "locked": false, "default": false, "vendor": null, "os_family": "Redhat", "description": null }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
id required |
Validations:
|
POST /api/ptables/1007981749-ptable526/clone { "ptable": { "name": "" } } 422 { "error": { "id": 1007981749, "errors": { "name": [ "can't be blank" ] }, "full_messages": [ "Name can't be blank" ] } }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
id required |
Validations:
|
ptable required |
Validations:
|
ptable[name] required |
template name Validations:
|
GET /api/ptables/1007981758-ptable532/export 200 <%# name: ptable532 snippet: false model: Ptable os_family: Redhat organizations: - Organization 1 locations: - Location 1 -%> zerombr\nclearpart --all --initlabel\npart /boot --fstype ext3 --size=<%= 10 * 10 %> --asprimary\npart / --f stype ext3 --size=1024 --grow\npart swap --recommended
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
id required |
Validations:
|