{
"data": {
"type": "globalvar",
"attributes": {
"key": "tag_name",
"value": "HolaMundo",
"sensitive": false,
"hcl": false,
"category": "TERRAFORM",
"description": "Azure RG Tag"
}
}
}Creates an item of type globalvar and adds it to globalvar
organization Identifier
Create Permissions : (user is a superuser) Delete Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (admin update secret)
Read Permissions : (admin read secret) Update Permissions : (user is a superuser)
Successful response
Create Permissions : (user is a superuser) Delete Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (admin update secret)
Read Permissions : (admin read secret) Update Permissions : (user is a superuser)
Successful response
Deletes an instance of type globalvar
organization Identifier
globalvar Identifier
Successful response
Successful response
No content
Modifies an instance of type globalvar
organization Identifier
globalvar Identifier
Create Permissions : (user is a superuser) Delete Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (user is a superuser)
Update Permissions : (admin update secret)
Read Permissions : (admin read secret) Update Permissions : (user is a superuser)
Successful response
Successful response
No content
POST /api/v1/organization/{organizationId}/globalvar HTTP/1.1
Content-Type: application/vnd.api+json
Accept: */*
Content-Length: 220
{
"data": {
"type": "text",
"id": "text",
"attributes": {
"category": "TERRAFORM",
"description": "text",
"hcl": true,
"key": "text",
"sensitive": true,
"value": "text"
},
"relationships": {
"organization": {
"id": "text",
"type": "organization"
}
}
}
}{
"data": {
"type": "text",
"id": "text",
"attributes": {
"category": "TERRAFORM",
"description": "text",
"hcl": true,
"key": "text",
"sensitive": true,
"value": "text"
},
"relationships": {
"organization": {
"id": "text",
"type": "organization"
}
}
}
}DELETE /api/v1/organization/{organizationId}/globalvar/{globalvarId} HTTP/1.1
Accept: */*
PATCH /api/v1/organization/{organizationId}/globalvar/{globalvarId} HTTP/1.1
Content-Type: application/vnd.api+json
Accept: */*
Content-Length: 220
{
"data": {
"type": "text",
"id": "text",
"attributes": {
"category": "TERRAFORM",
"description": "text",
"hcl": true,
"key": "text",
"sensitive": true,
"value": "text"
},
"relationships": {
"organization": {
"id": "text",
"type": "organization"
}
}
}
}organization Identifier
Filters the collection of globalvar using a 'disjoint' RSQL expression
Number of pages to return. Can be used with page[size]
Number of elements per page. Can be used with page[number]
Offset from 0 to start paginating. Can be used with page[limit]
Maximum number of items to return. Can be used with page[offset]
For requesting total pages/records be included in the response page meta data
Successful response
Successful response
{
"data": [
{
"type": "text",
"id": "text",
"attributes": {
"category": null,
"description": null,
"hcl": null,
"key": null,
"sensitive": null,
"value": null
},
"relationships": {
"organization": {
"data": [
null
]
}
}
}
],
"included": [
{
"type": "text",
"id": "text",
"attributes": {},
"relationships": {}
}
]
}GET /api/v1/organization/{organizationId}/globalvar HTTP/1.1
Accept: */*