@@ -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 : >
@@ -8772,6 +8773,7 @@ components:
8772
8773
x-linode-filterable : true
8773
8774
x-linode-cli-display : 2
8774
8775
group :
8776
+ deprecated : true
8775
8777
type : string
8776
8778
description : >
8777
8779
The group this Domain belongs to. This is for display purposes
@@ -9973,8 +9975,13 @@ components:
9973
9975
`POST /linode/instances/{linodeId}/resize`.
9974
9976
x-linode-cli-display : 5
9975
9977
group :
9978
+ deprecated : true
9979
+ type : string
9976
9980
x-linode-filterable : true
9977
9981
x-linode-cli-display : 2
9982
+ description : >
9983
+ A deprecated property denoting a group label for this Linode.
9984
+ example : " Linode-Group"
9978
9985
id :
9979
9986
type : integer
9980
9987
title : The ID of this Linode.
@@ -10219,14 +10226,6 @@ components:
10219
10226
$ref : ' #/components/schemas/LinodeType/properties/id'
10220
10227
region :
10221
10228
$ref : ' #/components/schemas/Region/properties/id'
10222
- group :
10223
- type : string
10224
- title : The group this Linode is in.
10225
- description : >
10226
- Some tools will use this property to group Linodes for display. Linodes are not required
10227
- to have a group.
10228
- example : Linode-Group
10229
- maxLength : 50
10230
10229
LinodeConfig :
10231
10230
type : object
10232
10231
required :
@@ -10789,6 +10788,7 @@ components:
10789
10788
example : null
10790
10789
group :
10791
10790
x-linode-filterable : true
10791
+ deprecated : true
10792
10792
type : string
10793
10793
minLength : 2
10794
10794
maxLength : 50
@@ -10914,6 +10914,7 @@ components:
10914
10914
readOnly : true
10915
10915
x-linode-cli-display : 2
10916
10916
group :
10917
+ deprecated : true
10917
10918
type : string
10918
10919
description : >
10919
10920
The group of the Linode these settings are for. This is for display
@@ -11031,6 +11032,7 @@ components:
11031
11032
considered up.
11032
11033
example : it worked
11033
11034
consultation_group :
11035
+ deprecated : true
11034
11036
type : string
11035
11037
minLength : 0
11036
11038
maxLength : 50
0 commit comments