1*5ecf7b4eSGunnar Mills{ 2*5ecf7b4eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/ActionInfo.v1_5_0.json", 3*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ActionInfo", 4*5ecf7b4eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5*5ecf7b4eSGunnar Mills "copyright": "Copyright 2014-2025 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6*5ecf7b4eSGunnar Mills "definitions": { 7*5ecf7b4eSGunnar Mills "ActionInfo": { 8*5ecf7b4eSGunnar Mills "additionalProperties": false, 9*5ecf7b4eSGunnar Mills "description": "The `ActionInfo` schema defines the supported parameters and other information for a Redfish action. Supported parameters can differ among vendors and even among resource instances. This data can ensure that action requests from applications contain supported parameters.", 10*5ecf7b4eSGunnar Mills "longDescription": "This resource shall represent the supported parameters and other information for a Redfish action on a target within a Redfish implementation. Supported parameters can differ among vendors and even among resource instances. This data can ensure that action requests from applications contain supported parameters.", 11*5ecf7b4eSGunnar Mills "patternProperties": { 12*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14*5ecf7b4eSGunnar Mills "type": [ 15*5ecf7b4eSGunnar Mills "array", 16*5ecf7b4eSGunnar Mills "boolean", 17*5ecf7b4eSGunnar Mills "integer", 18*5ecf7b4eSGunnar Mills "number", 19*5ecf7b4eSGunnar Mills "null", 20*5ecf7b4eSGunnar Mills "object", 21*5ecf7b4eSGunnar Mills "string" 22*5ecf7b4eSGunnar Mills ] 23*5ecf7b4eSGunnar Mills } 24*5ecf7b4eSGunnar Mills }, 25*5ecf7b4eSGunnar Mills "properties": { 26*5ecf7b4eSGunnar Mills "@odata.context": { 27*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 28*5ecf7b4eSGunnar Mills }, 29*5ecf7b4eSGunnar Mills "@odata.etag": { 30*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 31*5ecf7b4eSGunnar Mills }, 32*5ecf7b4eSGunnar Mills "@odata.id": { 33*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 34*5ecf7b4eSGunnar Mills }, 35*5ecf7b4eSGunnar Mills "@odata.type": { 36*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 37*5ecf7b4eSGunnar Mills }, 38*5ecf7b4eSGunnar Mills "Description": { 39*5ecf7b4eSGunnar Mills "anyOf": [ 40*5ecf7b4eSGunnar Mills { 41*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 42*5ecf7b4eSGunnar Mills }, 43*5ecf7b4eSGunnar Mills { 44*5ecf7b4eSGunnar Mills "type": "null" 45*5ecf7b4eSGunnar Mills } 46*5ecf7b4eSGunnar Mills ], 47*5ecf7b4eSGunnar Mills "readonly": true 48*5ecf7b4eSGunnar Mills }, 49*5ecf7b4eSGunnar Mills "Id": { 50*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 51*5ecf7b4eSGunnar Mills "readonly": true 52*5ecf7b4eSGunnar Mills }, 53*5ecf7b4eSGunnar Mills "Name": { 54*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 55*5ecf7b4eSGunnar Mills "readonly": true 56*5ecf7b4eSGunnar Mills }, 57*5ecf7b4eSGunnar Mills "Oem": { 58*5ecf7b4eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 59*5ecf7b4eSGunnar Mills "description": "The OEM extension property.", 60*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 61*5ecf7b4eSGunnar Mills }, 62*5ecf7b4eSGunnar Mills "Parameters": { 63*5ecf7b4eSGunnar Mills "description": "The list of parameters included in the specified Redfish action.", 64*5ecf7b4eSGunnar Mills "items": { 65*5ecf7b4eSGunnar Mills "$ref": "#/definitions/Parameters" 66*5ecf7b4eSGunnar Mills }, 67*5ecf7b4eSGunnar Mills "longDescription": "This property shall list the parameters included in the specified Redfish action for this resource.", 68*5ecf7b4eSGunnar Mills "type": "array" 69*5ecf7b4eSGunnar Mills } 70*5ecf7b4eSGunnar Mills }, 71*5ecf7b4eSGunnar Mills "required": [ 72*5ecf7b4eSGunnar Mills "@odata.id", 73*5ecf7b4eSGunnar Mills "@odata.type", 74*5ecf7b4eSGunnar Mills "Id", 75*5ecf7b4eSGunnar Mills "Name" 76*5ecf7b4eSGunnar Mills ], 77*5ecf7b4eSGunnar Mills "type": "object" 78*5ecf7b4eSGunnar Mills }, 79*5ecf7b4eSGunnar Mills "ParameterTypes": { 80*5ecf7b4eSGunnar Mills "enum": [ 81*5ecf7b4eSGunnar Mills "Boolean", 82*5ecf7b4eSGunnar Mills "Number", 83*5ecf7b4eSGunnar Mills "NumberArray", 84*5ecf7b4eSGunnar Mills "String", 85*5ecf7b4eSGunnar Mills "StringArray", 86*5ecf7b4eSGunnar Mills "Object", 87*5ecf7b4eSGunnar Mills "ObjectArray" 88*5ecf7b4eSGunnar Mills ], 89*5ecf7b4eSGunnar Mills "enumDescriptions": { 90*5ecf7b4eSGunnar Mills "Boolean": "A boolean.", 91*5ecf7b4eSGunnar Mills "Number": "A number.", 92*5ecf7b4eSGunnar Mills "NumberArray": "An array of numbers.", 93*5ecf7b4eSGunnar Mills "Object": "An embedded JSON object.", 94*5ecf7b4eSGunnar Mills "ObjectArray": "An array of JSON objects.", 95*5ecf7b4eSGunnar Mills "String": "A string.", 96*5ecf7b4eSGunnar Mills "StringArray": "An array of strings." 97*5ecf7b4eSGunnar Mills }, 98*5ecf7b4eSGunnar Mills "type": "string" 99*5ecf7b4eSGunnar Mills }, 100*5ecf7b4eSGunnar Mills "Parameters": { 101*5ecf7b4eSGunnar Mills "additionalProperties": false, 102*5ecf7b4eSGunnar Mills "description": "The information about a parameter included in a Redfish action for this resource.", 103*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain information about a parameter included in a Redfish action for this resource.", 104*5ecf7b4eSGunnar Mills "patternProperties": { 105*5ecf7b4eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 106*5ecf7b4eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 107*5ecf7b4eSGunnar Mills "type": [ 108*5ecf7b4eSGunnar Mills "array", 109*5ecf7b4eSGunnar Mills "boolean", 110*5ecf7b4eSGunnar Mills "integer", 111*5ecf7b4eSGunnar Mills "number", 112*5ecf7b4eSGunnar Mills "null", 113*5ecf7b4eSGunnar Mills "object", 114*5ecf7b4eSGunnar Mills "string" 115*5ecf7b4eSGunnar Mills ] 116*5ecf7b4eSGunnar Mills } 117*5ecf7b4eSGunnar Mills }, 118*5ecf7b4eSGunnar Mills "properties": { 119*5ecf7b4eSGunnar Mills "AllowableNumbers": { 120*5ecf7b4eSGunnar Mills "description": "The allowable numeric values or duration values, inclusive ranges of values, and incremental step values for this parameter as applied to this action target.", 121*5ecf7b4eSGunnar Mills "items": { 122*5ecf7b4eSGunnar Mills "type": [ 123*5ecf7b4eSGunnar Mills "string", 124*5ecf7b4eSGunnar Mills "null" 125*5ecf7b4eSGunnar Mills ] 126*5ecf7b4eSGunnar Mills }, 127*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the allowable numeric values, inclusive ranges of values, and incremental step values for this parameter as applied to this action target, as defined in the 'Allowable values for numbers and durations' clause of the Redfish Specification. For arrays, this property shall represent the allowable values for each array member. This property shall only be present for numeric parameters or string parameters that specify a duration.", 128*5ecf7b4eSGunnar Mills "readonly": true, 129*5ecf7b4eSGunnar Mills "type": "array", 130*5ecf7b4eSGunnar Mills "versionAdded": "v1_3_0" 131*5ecf7b4eSGunnar Mills }, 132*5ecf7b4eSGunnar Mills "AllowablePattern": { 133*5ecf7b4eSGunnar Mills "description": "The allowable pattern for this parameter as applied to this action target.", 134*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain a regular expression that describes the allowable values for this parameter as applied to this action target. For arrays, this property shall represent the allowable values for each array member. This property shall only be present for string parameters.", 135*5ecf7b4eSGunnar Mills "readonly": true, 136*5ecf7b4eSGunnar Mills "type": [ 137*5ecf7b4eSGunnar Mills "string", 138*5ecf7b4eSGunnar Mills "null" 139*5ecf7b4eSGunnar Mills ], 140*5ecf7b4eSGunnar Mills "versionAdded": "v1_3_0" 141*5ecf7b4eSGunnar Mills }, 142*5ecf7b4eSGunnar Mills "AllowableValueDescriptions": { 143*5ecf7b4eSGunnar Mills "description": "Descriptions of allowable values for this parameter.", 144*5ecf7b4eSGunnar Mills "items": { 145*5ecf7b4eSGunnar Mills "type": [ 146*5ecf7b4eSGunnar Mills "string", 147*5ecf7b4eSGunnar Mills "null" 148*5ecf7b4eSGunnar Mills ] 149*5ecf7b4eSGunnar Mills }, 150*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the descriptions of allowable values for this parameter. The descriptions shall appear in the same array order as the `AllowableValues` property. For arrays, this property shall represent the descriptions of allowable values for each array member.", 151*5ecf7b4eSGunnar Mills "readonly": true, 152*5ecf7b4eSGunnar Mills "type": "array", 153*5ecf7b4eSGunnar Mills "versionAdded": "v1_4_0" 154*5ecf7b4eSGunnar Mills }, 155*5ecf7b4eSGunnar Mills "AllowableValues": { 156*5ecf7b4eSGunnar Mills "description": "The allowable values for this parameter as applied to this action target.", 157*5ecf7b4eSGunnar Mills "items": { 158*5ecf7b4eSGunnar Mills "type": [ 159*5ecf7b4eSGunnar Mills "string", 160*5ecf7b4eSGunnar Mills "null" 161*5ecf7b4eSGunnar Mills ] 162*5ecf7b4eSGunnar Mills }, 163*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate the allowable values for this parameter as applied to this action target. For arrays, this property shall represent the allowable values for each array member.", 164*5ecf7b4eSGunnar Mills "readonly": true, 165*5ecf7b4eSGunnar Mills "type": "array" 166*5ecf7b4eSGunnar Mills }, 167*5ecf7b4eSGunnar Mills "ArraySizeMaximum": { 168*5ecf7b4eSGunnar Mills "description": "The maximum number of array elements allowed for this parameter.", 169*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the maximum number of array elements that this service supports for this parameter. This property shall not be present for non-array parameters.", 170*5ecf7b4eSGunnar Mills "readonly": true, 171*5ecf7b4eSGunnar Mills "type": [ 172*5ecf7b4eSGunnar Mills "integer", 173*5ecf7b4eSGunnar Mills "null" 174*5ecf7b4eSGunnar Mills ], 175*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 176*5ecf7b4eSGunnar Mills }, 177*5ecf7b4eSGunnar Mills "ArraySizeMinimum": { 178*5ecf7b4eSGunnar Mills "description": "The minimum number of array elements required for this parameter.", 179*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the minimum number of array elements required by this service for this parameter. This property shall not be present for non-array parameters.", 180*5ecf7b4eSGunnar Mills "readonly": true, 181*5ecf7b4eSGunnar Mills "type": [ 182*5ecf7b4eSGunnar Mills "integer", 183*5ecf7b4eSGunnar Mills "null" 184*5ecf7b4eSGunnar Mills ], 185*5ecf7b4eSGunnar Mills "versionAdded": "v1_2_0" 186*5ecf7b4eSGunnar Mills }, 187*5ecf7b4eSGunnar Mills "DataType": { 188*5ecf7b4eSGunnar Mills "anyOf": [ 189*5ecf7b4eSGunnar Mills { 190*5ecf7b4eSGunnar Mills "$ref": "#/definitions/ParameterTypes" 191*5ecf7b4eSGunnar Mills }, 192*5ecf7b4eSGunnar Mills { 193*5ecf7b4eSGunnar Mills "type": "null" 194*5ecf7b4eSGunnar Mills } 195*5ecf7b4eSGunnar Mills ], 196*5ecf7b4eSGunnar Mills "description": "The JSON property type for this parameter.", 197*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the JSON property type for this parameter.", 198*5ecf7b4eSGunnar Mills "readonly": true 199*5ecf7b4eSGunnar Mills }, 200*5ecf7b4eSGunnar Mills "DefaultValue": { 201*5ecf7b4eSGunnar Mills "description": "The default value for this parameter.", 202*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the default value for this parameter if the client does not provide the parameter. This property shall not be present if `Required` contains `true`. If `DataType` does not contain `String`, the service shall convert the value to an RFC8259-defined JSON string.", 203*5ecf7b4eSGunnar Mills "readonly": true, 204*5ecf7b4eSGunnar Mills "type": [ 205*5ecf7b4eSGunnar Mills "string", 206*5ecf7b4eSGunnar Mills "null" 207*5ecf7b4eSGunnar Mills ], 208*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 209*5ecf7b4eSGunnar Mills }, 210*5ecf7b4eSGunnar Mills "MaximumValue": { 211*5ecf7b4eSGunnar Mills "description": "The maximum supported value for this parameter.", 212*5ecf7b4eSGunnar Mills "longDescription": "This integer or number property shall contain the maximum value that this service supports. For arrays, this property shall represent the maximum value for each array member. This property shall not be present for non-integer or number parameters.", 213*5ecf7b4eSGunnar Mills "readonly": true, 214*5ecf7b4eSGunnar Mills "type": [ 215*5ecf7b4eSGunnar Mills "number", 216*5ecf7b4eSGunnar Mills "null" 217*5ecf7b4eSGunnar Mills ], 218*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 219*5ecf7b4eSGunnar Mills }, 220*5ecf7b4eSGunnar Mills "MinimumValue": { 221*5ecf7b4eSGunnar Mills "description": "The minimum supported value for this parameter.", 222*5ecf7b4eSGunnar Mills "longDescription": "This integer or number property shall contain the minimum value that this service supports. For arrays, this property shall represent the minimum value for each array member. This property shall not be present for non-integer or number parameters.", 223*5ecf7b4eSGunnar Mills "readonly": true, 224*5ecf7b4eSGunnar Mills "type": [ 225*5ecf7b4eSGunnar Mills "number", 226*5ecf7b4eSGunnar Mills "null" 227*5ecf7b4eSGunnar Mills ], 228*5ecf7b4eSGunnar Mills "versionAdded": "v1_1_0" 229*5ecf7b4eSGunnar Mills }, 230*5ecf7b4eSGunnar Mills "Name": { 231*5ecf7b4eSGunnar Mills "description": "The name of the parameter for this action.", 232*5ecf7b4eSGunnar Mills "longDescription": "This property shall contain the name of the parameter included in a Redfish action.", 233*5ecf7b4eSGunnar Mills "readonly": true, 234*5ecf7b4eSGunnar Mills "type": "string" 235*5ecf7b4eSGunnar Mills }, 236*5ecf7b4eSGunnar Mills "NoDefaultValue": { 237*5ecf7b4eSGunnar Mills "description": "Indicates that there is no default value for this parameter.", 238*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate that there is no default value for this parameter. For example, if username and password parameters are optional, the absence of the parameters indicates no credentials are used. This property shall not be present if `Required` contains `true` or if `DefaultValue` is present.", 239*5ecf7b4eSGunnar Mills "readonly": true, 240*5ecf7b4eSGunnar Mills "type": [ 241*5ecf7b4eSGunnar Mills "boolean", 242*5ecf7b4eSGunnar Mills "null" 243*5ecf7b4eSGunnar Mills ], 244*5ecf7b4eSGunnar Mills "versionAdded": "v1_5_0" 245*5ecf7b4eSGunnar Mills }, 246*5ecf7b4eSGunnar Mills "ObjectDataType": { 247*5ecf7b4eSGunnar Mills "description": "The data type of an object-based parameter.", 248*5ecf7b4eSGunnar Mills "longDescription": "This property shall describe the entity type definition in `@odata.type` format for the parameter. This property shall be required for parameters with a data type of `Object` or `ObjectArray`, and shall not be present for parameters with other data types.", 249*5ecf7b4eSGunnar Mills "readonly": true, 250*5ecf7b4eSGunnar Mills "type": [ 251*5ecf7b4eSGunnar Mills "string", 252*5ecf7b4eSGunnar Mills "null" 253*5ecf7b4eSGunnar Mills ] 254*5ecf7b4eSGunnar Mills }, 255*5ecf7b4eSGunnar Mills "Required": { 256*5ecf7b4eSGunnar Mills "description": "An indication of whether the parameter is required to complete this action.", 257*5ecf7b4eSGunnar Mills "longDescription": "This property shall indicate whether the parameter is required to complete this action.", 258*5ecf7b4eSGunnar Mills "readonly": true, 259*5ecf7b4eSGunnar Mills "type": "boolean" 260*5ecf7b4eSGunnar Mills } 261*5ecf7b4eSGunnar Mills }, 262*5ecf7b4eSGunnar Mills "required": [ 263*5ecf7b4eSGunnar Mills "Name" 264*5ecf7b4eSGunnar Mills ], 265*5ecf7b4eSGunnar Mills "type": "object" 266*5ecf7b4eSGunnar Mills } 267*5ecf7b4eSGunnar Mills }, 268*5ecf7b4eSGunnar Mills "language": "en", 269*5ecf7b4eSGunnar Mills "owningEntity": "DMTF", 270*5ecf7b4eSGunnar Mills "release": "2025.3", 271*5ecf7b4eSGunnar Mills "title": "#ActionInfo.v1_5_0.ActionInfo" 272*5ecf7b4eSGunnar Mills}