Skip to content

Commit fc34ce5

Browse files
[Update] Global Tags (#296)
* added global tags section * Copy edits Co-authored-by: leslitagordita <[email protected]>
1 parent 920f9ad commit fc34ce5

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

openapi.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18736,3 +18736,38 @@ components:
1873618736
example:
1873718737
- example tag
1873818738
- another example
18739+
tags:
18740+
- name: Account
18741+
description: Use the Account endpoints to manage user settings, billing, and payments. You can also initiate and maintain OAuth client application authentication, enable the Linode Managed service, and create new users on your account.
18742+
- name: Domains
18743+
description: Use the Domains endpoints to create and manage domains and domain records on your account.
18744+
- name: Images
18745+
description: Use the Images endpoints to capture, store, and manage custom Linode images.
18746+
- name: Linode Instances
18747+
description: Use the Linode Instances endpoints to create, configure, and manage your Linode instances. You can also manage the Linode Backup service; maintain and manage configuration profiles; create and maintain disks, intiate a host migration; view Linode Instance statistics; and more.
18748+
- name: Linode Types
18749+
description: Use the Linode Types endpoints to retrieve information about Linode plan types, including pricing information, hardware resources, and network transfer allotment.
18750+
- name: Linode Kubernetes Engine (LKE)
18751+
description: Linode Kubernetes Engine (LKE) is Linode’s managed Kubernetes service. Use the LKE endpoints to create and manage Kubernetes clusters and their associated Node Pools.
18752+
- name: Longview
18753+
description: Longview is Linode’s system-level monitoring and graphing service. Use the Longview endpoints to manage your Longview subscription and plan and to create and maintain Longview clients.
18754+
- name: Managed
18755+
description: Managed is Linode’s incident response service. Use the Managed endpoints to register a service to be monitored by the Managed Service team, provide secure access to your managed services, view information about detected issues, and more.
18756+
- name: Networking
18757+
description: Use the Networking endpoints to view all IP addresses on your account, reorganize assigned IPv4 addresses, update RDNS, and configure IP sharing.
18758+
- name: NodeBalancers
18759+
description: NodeBalancers is Linode’s load balancing service. Use the NodeBalancers endpoints to create and manage NodeBalancers. You can also create and maintain configurations; create and maintain nodes, and view statistics.
18760+
- name: Object Storage
18761+
description: Object Storage is Linode’s S3-compatible data storage service. Use the Object Storage endpoints to create and maintaining buckets, add and remove objects from buckets, create and maintain Object Storage keys, and cancel the Object Storage service.
18762+
- name: Profile
18763+
description: Use the Profile endpoints to manage your Linode user profile preferences and security settings. This includes creating and maintaining personal access tokens, creating and maintaining SSH keys, confirming and enabling two-factor authentication, and updating user and profile preferences.
18764+
- name: Regions
18765+
description: Use the Regions endpoints to view information about the various Linode data center regions, including the service capabilities for each region, country, status, and more.
18766+
- name: StackScripts
18767+
description: Linode StackScripts allow you to create reusable scripts to configure new Linode instances. Use the StackScripts endpoints to create and manage StackScripts on your account.
18768+
- name: Support
18769+
description: Use the Support endpoints to open, view, and close Linode Support tickets. You can also create and manage your Support ticket replies.
18770+
- name: Tags
18771+
description: Tags allow you to organize and group your various Linode services. Use the Tags endpoints to create, assign, and delete your account tags.
18772+
- name: Volumes
18773+
description: Volumes is Linode’s block storage service. Use the Volumes endpoints to create, attach, and manage your account Volumes.

0 commit comments

Comments
 (0)