Service DeviceProfile

HTTP Method

Resource

Request

Response

Description

GET
.../device_identities
   

N/A

N/A

Returns all the device identity configuration.
POST
.../device_identities
   

N/A

N/A

Adds the given device identity configuration to the model.
GET
.../device_identities/{DeviceIdentity.device_name}
   

N/A

N/A

Returns the given device identity configuration.
PUT
.../device_identities/{DeviceIdentity.device_name}
   

N/A

N/A

Update the given device identity configuration to the model.
DELETE
.../device_identities/{DeviceIdentity.device_name}
   

N/A

N/A

Deletes the given device identity configuration.
GET
.../device_profiles
   

N/A

N/A

Returns all device profile.
POST
.../device_profiles
   

N/A

N/A

Adds the given device profile configuration to the model.
GET
.../device_profiles-vlans
   

N/A

N/A

Returns all device profile associations.
POST
.../device_profiles-vlans
   

N/A

N/A

Adds the given device profile association to the model.
GET

.../device_profiles-vlans/{DeviceProfileVlan.device_profile_name}-{DeviceProfileVlan.tagged_vlan_id}

   

N/A

N/A

Returns the device profile vlan configuration.
DELETE

.../device_profiles-vlans/{DeviceProfileVlan.device_profile_name}-{DeviceProfileVlan.tagged_vlan_id}

   

N/A

N/A

Deletes device profile vlans.
GET

.../device_profiles/{DeviceProfileConfig.device_profile_name}

   

N/A

DeviceProfileConfig

Returns the device profile configuration.
PUT

.../device_profiles/{DeviceProfileConfig.device_profile_name}

   

N/A

N/A

Update the given device profile configuration to the model.
DELETE

.../device_profiles/{DeviceProfileConfig.device_profile_name}

   

N/A

N/A

Deletes device profile configuration.
GET
.../device_profiles/status
   

N/A

N/A

Returns the device profile status configuration.
GET
.../device_types
   

N/A

N/A

Returns all device type configurations.
GET

.../device_types/{DeviceTypeConfig.device_type}

   

N/A

N/A

Returns the device type configuration.
PUT

.../device_types/{DeviceTypeConfig.device_type}

   

N/A

N/A

Update the given device type configuration to the model.
NOTE:

/device_identity added in device_profiles.