@@ -2826,6 +2826,7 @@ paths:
2826
2826
* Can only be provided when cloning to a new Linode.
2827
2827
* Defaults to "linode".
2828
2828
group :
2829
+ deprecated : true
2829
2830
type : string
2830
2831
title : The group this Linode is in.
2831
2832
description : >
@@ -8774,6 +8775,7 @@ components:
8774
8775
x-linode-filterable : true
8775
8776
x-linode-cli-display : 2
8776
8777
group :
8778
+ deprecated : true
8777
8779
type : string
8778
8780
description : >
8779
8781
The group this Domain belongs to. This is for display purposes
@@ -9975,8 +9977,13 @@ components:
9975
9977
`POST /linode/instances/{linodeId}/resize`.
9976
9978
x-linode-cli-display : 5
9977
9979
group :
9980
+ deprecated : true
9981
+ type : string
9978
9982
x-linode-filterable : true
9979
9983
x-linode-cli-display : 2
9984
+ description : >
9985
+ A deprecated property denoting a group label for this Linode.
9986
+ example : " Linode-Group"
9980
9987
id :
9981
9988
type : integer
9982
9989
title : The ID of this Linode.
@@ -10221,14 +10228,6 @@ components:
10221
10228
$ref : ' #/components/schemas/LinodeType/properties/id'
10222
10229
region :
10223
10230
$ref : ' #/components/schemas/Region/properties/id'
10224
- group :
10225
- type : string
10226
- title : The group this Linode is in.
10227
- description : >
10228
- Some tools will use this property to group Linodes for display. Linodes are not required
10229
- to have a group.
10230
- example : Linode-Group
10231
- maxLength : 50
10232
10231
LinodeConfig :
10233
10232
type : object
10234
10233
required :
@@ -10790,6 +10789,7 @@ components:
10790
10789
example : null
10791
10790
group :
10792
10791
x-linode-filterable : true
10792
+ deprecated : true
10793
10793
type : string
10794
10794
minLength : 2
10795
10795
maxLength : 50
@@ -10915,6 +10915,7 @@ components:
10915
10915
readOnly : true
10916
10916
x-linode-cli-display : 2
10917
10917
group :
10918
+ deprecated : true
10918
10919
type : string
10919
10920
description : >
10920
10921
The group of the Linode these settings are for. This is for display
@@ -11032,6 +11033,7 @@ components:
11032
11033
considered up.
11033
11034
example : it worked
11034
11035
consultation_group :
11036
+ deprecated : true
11035
11037
type : string
11036
11038
minLength : 0
11037
11039
maxLength : 50
0 commit comments