FIWARE · Capability
ETSI ISG CIM / NGSI-LD API — Context Information
ETSI ISG CIM / NGSI-LD API — Context Information. 8 operations. Lead operation: Context Information. Self-contained Naftiko capability covering one Fiware business surface.
What You Can Do
GET
Queryentities
— Retrieve a set of entities which matches a specific query from an NGSI-LD system
/v1/entities
POST
Createentity
— Create a new Entity within an NGSI-LD system
/v1/entities
GET
Retrieveentitybyid
— Retrieve an specific Entity from an NGSI-LD system. It's possible to specify the Entity attributes to be retrieved by using query parameters
/v1/entities/{entityid}
DELETE
Removeentitybyid
— Removes an specific Entity from an NGSI-LD system
/v1/entities/{entityid}
POST
Appendentityattrs
— Append new Entity attributes to an existing Entity within an NGSI-LD system
/v1/entities/{entityid}/attrs
PATCH
Updateentityattrs
— Update existing Entity attributes within an NGSI-LD system
/v1/entities/{entityid}/attrs
PATCH
Partialattrupdate
— Update existing Entity attributes within an NGSI-LD system
/v1/entities/{entityid}/attrs/{attrid}
DELETE
Removeentityattr
— Removes an existing Entity attribute within an NGSI-LD system
/v1/entities/{entityid}/attrs/{attrid}
MCP Tools
retrieve-set-entities-which-matches
Retrieve a set of entities which matches a specific query from an NGSI-LD system
read-only
idempotent
create-new-entity-within-ngsi
Create a new Entity within an NGSI-LD system
retrieve-specific-entity-ngsi-ld
Retrieve an specific Entity from an NGSI-LD system. It's possible to specify the Entity attributes to be retrieved by using query parameters
read-only
idempotent
removes-specific-entity-ngsi-ld
Removes an specific Entity from an NGSI-LD system
idempotent
append-new-entity-attributes-existing
Append new Entity attributes to an existing Entity within an NGSI-LD system
update-existing-entity-attributes-within
Update existing Entity attributes within an NGSI-LD system
idempotent
update-existing-entity-attributes-within-2
Update existing Entity attributes within an NGSI-LD system
idempotent
removes-existing-entity-attribute-within
Removes an existing Entity attribute within an NGSI-LD system
idempotent