Create Machine Prefix
Create a new MachinePrefix
Request
URI
POST
https://{api_host}/iaas-proxy-provider/api/machine-prefixes
COPY
Query Parameters
boolean
isGlobal
Optional
isGlobal
Request Body
The machine prefix to be created.
MachinePrefix of type(s) application/json
Required
{
"nextMachineNo": 0,
"machineNumberLength": 0,
"name": "string",
"tenantId": "string",
"id": "string"
}
integer As int32 As int32
nextMachineNo
Optional
nextMachineNo
integer As int32 As int32
machineNumberLength
Optional
machineNumberLength
string
name
Required
name
string
tenantId
Optional
tenantId
string
id
Optional
id
Responses
200
The machine prefix is created.
Returns MachinePrefix of type(s) */*
{
"nextMachineNo": 0,
"machineNumberLength": 0,
"name": "string",
"tenantId": "string",
"id": "string"
}
integer As int32 As int32
nextMachineNo
Optional
nextMachineNo
integer As int32 As int32
machineNumberLength
Optional
machineNumberLength
string
name
Required
name
string
tenantId
Optional
tenantId
string
id
Optional
id
400
Bad request.
Operation doesn't return any data structure
403
Unauthorized.
Operation doesn't return any data structure
503
Dependent service is unavailable.
Operation doesn't return any data structure
Machine Prefix Operations
POST
Create Machine Prefix
DELETE
Delete Machine Prefix
GET
List Machine Prefix
GET
List Machine Prefix For Tenant